* Cleanup .gitignore * Document minimum server version * Become golint compliant * Use pre defined http method * Update dependencies * Add i18n-extract target * Add golint target * Run check-style against all go files Co-Authored-By: Jesse Hallam <jesse.hallam@gmail.com>
9 lines
136 B
Go
9 lines
136 B
Go
package main
|
|
|
|
var manifest = struct {
|
|
ID string
|
|
Version string
|
|
}{
|
|
ID: "com.mattermost.sample-plugin",
|
|
Version: "0.1.0",
|
|
}
|