removed main.go
This commit is contained in:
parent
3f3a9fe46c
commit
6ca7c894df
|
@ -1,9 +1,9 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
//import (
|
||||||
"github.com/mattermost/mattermost/server/public/plugin"
|
// "github.com/mattermost/mattermost/server/public/plugin"
|
||||||
)
|
//)
|
||||||
|
|
||||||
func main() {
|
//func main() {
|
||||||
plugin.ClientMain(&Plugin{})
|
// plugin.ClientMain(&Plugin{})
|
||||||
}
|
//}
|
||||||
|
|
|
@ -175,3 +175,7 @@ func (p *Plugin) OnDeactivate() error {
|
||||||
close(p.stopChannel)
|
close(p.stopChannel)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
plugin.ClientMain(&Plugin{})
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue