10 lines
125 B
Go

package main
import (
"github.com/mattermost/mattermost-server/v5/plugin"
)
func main() {
plugin.ClientMain(&Plugin{})
}