diff options
Diffstat (limited to 'modules/templates/templates_bindata.go')
-rw-r--r-- | modules/templates/templates_bindata.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/templates/templates_bindata.go b/modules/templates/templates_bindata.go index 5a59286c7a..887f9eeba2 100644 --- a/modules/templates/templates_bindata.go +++ b/modules/templates/templates_bindata.go @@ -2,7 +2,8 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -//+build bindata +//go:build bindata +// +build bindata package templates |