diff options
Diffstat (limited to 'modules/templates')
-rw-r--r-- | modules/templates/dynamic.go | 1 | ||||
-rw-r--r-- | modules/templates/static.go | 1 | ||||
-rw-r--r-- | modules/templates/templates_bindata.go | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/modules/templates/dynamic.go b/modules/templates/dynamic.go index c6c47a6c88..de6968c314 100644 --- a/modules/templates/dynamic.go +++ b/modules/templates/dynamic.go @@ -3,7 +3,6 @@ // license that can be found in the LICENSE file. //go:build !bindata -// +build !bindata package templates diff --git a/modules/templates/static.go b/modules/templates/static.go index cb2978c2ef..351e48b4da 100644 --- a/modules/templates/static.go +++ b/modules/templates/static.go @@ -3,7 +3,6 @@ // license that can be found in the LICENSE file. //go:build bindata -// +build bindata package templates diff --git a/modules/templates/templates_bindata.go b/modules/templates/templates_bindata.go index 5b59e4447e..bcb2cbaf3f 100644 --- a/modules/templates/templates_bindata.go +++ b/modules/templates/templates_bindata.go @@ -3,7 +3,6 @@ // license that can be found in the LICENSE file. //go:build bindata -// +build bindata package templates |