summaryrefslogtreecommitdiffstats
path: root/modules/public/public_bindata.go
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2022-05-02 17:22:45 +0200
committerGitHub <noreply@github.com>2022-05-02 17:22:45 +0200
commitc18d8d6968cb175703942631f0094ffb415f51f4 (patch)
treeeab9c1aee4f2eedf1e17323c74c3c7ada7256776 /modules/public/public_bindata.go
parentFederation: return useful statistic information for nodeinfo (#19561) (diff)
downloadforgejo-c18d8d6968cb175703942631f0094ffb415f51f4.tar.xz
forgejo-c18d8d6968cb175703942631f0094ffb415f51f4.zip
Remove legacy `+build:` constraint (#19582)
Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed.
Diffstat (limited to 'modules/public/public_bindata.go')
-rw-r--r--modules/public/public_bindata.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/public/public_bindata.go b/modules/public/public_bindata.go
index 25c3c0d2a1..fe250c6454 100644
--- a/modules/public/public_bindata.go
+++ b/modules/public/public_bindata.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build bindata
-// +build bindata
package public