diff --git a/v2/jam/store/disk_tmpl.go b/v2/jam/store/disk_tmpl.go index bc29d48..cae5ba8 100644 --- a/v2/jam/store/disk_tmpl.go +++ b/v2/jam/store/disk_tmpl.go @@ -1,6 +1,7 @@ package store -const diskGlobalTmpl = `// Code generated by github.com/gobuffalo/packr/v2. DO NOT EDIT. +const diskGlobalTmpl = `// +build !skippackr +// Code generated by github.com/gobuffalo/packr/v2. DO NOT EDIT. // You can use the "packr2 clean" command to clean up this, // and any other packr generated files. @@ -31,7 +32,8 @@ var _ = func() error { }() ` -const diskImportTmpl = `// Code generated by github.com/gobuffalo/packr/v2. DO NOT EDIT. +const diskImportTmpl = `// +build !skippackr +// Code generated by github.com/gobuffalo/packr/v2. DO NOT EDIT. // You can use the "packr clean" command to clean up this, // and any other packr generated files.