diff --git a/builder/tmpl.go b/builder/tmpl.go index 34b9ea3..ffe47c1 100644 --- a/builder/tmpl.go +++ b/builder/tmpl.go @@ -6,11 +6,7 @@ package {{.Name}} import "github.com/gobuffalo/packr" -// !!! GENERATED FILE !!! -// Do NOT hand edit this file!! -// It is recommended that you DO NOT check into this file into SCM. -// We STRONGLY recommend you delete this file after you have built your -// Go binary. You can use the "packr clean" command to clean up this, +// You can use the "packr clean" command to clean up this, // and any other packr generated files. func init() { {{- range $box := .Boxes }}