From be4a281d0cc791d10e6e5ae917b325b2f054e475 Mon Sep 17 00:00:00 2001 From: Chetanya Kandhari Date: Tue, 1 Jun 2021 13:08:41 +0530 Subject: [PATCH] Update main.go (#154) --- build/manifest/main.go | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/build/manifest/main.go b/build/manifest/main.go index e0dc045..1c6da23 100644 --- a/build/manifest/main.go +++ b/build/manifest/main.go @@ -9,27 +9,6 @@ import ( "github.com/pkg/errors" ) -const pluginIDGoFileTemplate = `// This file is automatically generated. Do not modify it manually. - -package main - -import ( - "strings" - - "github.com/mattermost/mattermost-server/v5/model" -) - -var manifest *model.Manifest - -const manifestStr = ` + "`" + ` -%s -` + "`" + ` - -func init() { - manifest = model.ManifestFromJson(strings.NewReader(manifestStr)) -} -` - func main() { if len(os.Args) <= 1 { panic("no cmd specified")