This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../server/main.go
2018-07-23 13:43:22 -04:00

9 lines
122 B
Go

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