summaryrefslogtreecommitdiffstats
path: root/modules/templates/templates.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/templates/templates.go')
-rw-r--r--modules/templates/templates.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/templates/templates.go b/modules/templates/templates.go
index 91c8db5228..e7fe3b2bfb 100644
--- a/modules/templates/templates.go
+++ b/modules/templates/templates.go
@@ -4,7 +4,5 @@
package templates
-//go:generate go-bindata -tags "bindata" -ignore "\\.go" -pkg "templates" -o "bindata.go" ../../templates/...
+//go:generate go run -mod=vendor main.go
//go:generate go fmt bindata.go
-//go:generate sed -i.bak s/..\/..\/templates\/// bindata.go
-//go:generate rm -f bindata.go.bak