mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-30 21:28:29 +00:00
Remove legacy +build:
constraint (#19582)
Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed.
This commit is contained in:
parent
e2a3f3d259
commit
c18d8d6968
86 changed files with 0 additions and 86 deletions
build.go
build
code-batch-process.gogenerate-bindata.gogenerate-emoji.gogenerate-gitignores.gogenerate-licenses.gogitea-format-imports.gogocovmerge.go
cmd
modules
auth/pam
avatar/identicon
git
blob_gogit.goblob_nogogit.gocommand_race_test.gocommit_convert_gogit.gocommit_info_gogit.gocommit_info_nogogit.golast_commit_cache_gogit.golast_commit_cache_nogogit.gonotes_gogit.gonotes_nogogit.goparse_gogit.goparse_gogit_test.goparse_nogogit.goparse_nogogit_test.go
pipeline
repo_base_gogit.gorepo_base_nogogit.gorepo_blob_gogit.gorepo_blob_nogogit.gorepo_branch_gogit.gorepo_branch_nogogit.gorepo_commit_gogit.gorepo_commit_nogogit.gorepo_commitgraph_gogit.gorepo_language_stats_gogit.gorepo_language_stats_nogogit.gorepo_language_stats_test.gorepo_ref_gogit.gorepo_ref_nogogit.gorepo_tag_gogit.gorepo_tag_nogogit.gorepo_tree_gogit.gorepo_tree_nogogit.gosha1_gogit.gosha1_nogogit.gosignature_gogit.gosignature_nogogit.gotree_blob_gogit.gotree_blob_nogogit.gotree_entry_gogit.gotree_entry_nogogit.gotree_entry_test.gotree_gogit.gotree_nogogit.gograceful
lfs
migration
options
public
setting
svg
templates
routers
tools
1
build.go
1
build.go
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build vendor
|
//go:build vendor
|
||||||
// +build vendor
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build ignore
|
//go:build ignore
|
||||||
// +build ignore
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build ignore
|
//go:build ignore
|
||||||
// +build ignore
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build ignore
|
//go:build ignore
|
||||||
// +build ignore
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
//go:build ignore
|
//go:build ignore
|
||||||
// +build ignore
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
//go:build ignore
|
//go:build ignore
|
||||||
// +build ignore
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build ignore
|
//go:build ignore
|
||||||
// +build ignore
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
// merges them into one profile
|
// merges them into one profile
|
||||||
|
|
||||||
//go:build ignore
|
//go:build ignore
|
||||||
// +build ignore
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build bindata
|
//go:build bindata
|
||||||
// +build bindata
|
|
||||||
|
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !bindata
|
//go:build !bindata
|
||||||
// +build !bindata
|
|
||||||
|
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build pam
|
//go:build pam
|
||||||
// +build pam
|
|
||||||
|
|
||||||
package pam
|
package pam
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !pam
|
//go:build !pam
|
||||||
// +build !pam
|
|
||||||
|
|
||||||
package pam
|
package pam
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
//go:build pam
|
//go:build pam
|
||||||
// +build pam
|
|
||||||
|
|
||||||
// Copyright 2021 The Gitea Authors. All rights reserved.
|
// Copyright 2021 The Gitea Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a MIT-style
|
// Use of this source code is governed by a MIT-style
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build test_avatar_identicon
|
//go:build test_avatar_identicon
|
||||||
// +build test_avatar_identicon
|
|
||||||
|
|
||||||
package identicon
|
package identicon
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build race
|
//go:build race
|
||||||
// +build race
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package pipeline
|
package pipeline
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package pipeline
|
package pipeline
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package git
|
package git
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package graceful
|
package graceful
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// This code is heavily inspired by the archived gofacebook/gracenet/net.go handler
|
// This code is heavily inspired by the archived gofacebook/gracenet/net.go handler
|
||||||
|
|
||||||
//go:build windows
|
//go:build windows
|
||||||
// +build windows
|
|
||||||
|
|
||||||
package graceful
|
package graceful
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// This code is heavily inspired by the archived gofacebook/gracenet/net.go handler
|
// This code is heavily inspired by the archived gofacebook/gracenet/net.go handler
|
||||||
|
|
||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package graceful
|
package graceful
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// This code is heavily inspired by the archived gofacebook/gracenet/net.go handler
|
// This code is heavily inspired by the archived gofacebook/gracenet/net.go handler
|
||||||
|
|
||||||
//go:build windows
|
//go:build windows
|
||||||
// +build windows
|
|
||||||
|
|
||||||
package graceful
|
package graceful
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
// This code is heavily inspired by the archived gofacebook/gracenet/net.go handler
|
// This code is heavily inspired by the archived gofacebook/gracenet/net.go handler
|
||||||
|
|
||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package graceful
|
package graceful
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gogit
|
//go:build gogit
|
||||||
// +build gogit
|
|
||||||
|
|
||||||
package lfs
|
package lfs
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !gogit
|
//go:build !gogit
|
||||||
// +build !gogit
|
|
||||||
|
|
||||||
package lfs
|
package lfs
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build bindata
|
//go:build bindata
|
||||||
// +build bindata
|
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !bindata
|
//go:build !bindata
|
||||||
// +build !bindata
|
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build bindata
|
//go:build bindata
|
||||||
// +build bindata
|
|
||||||
|
|
||||||
package migration
|
package migration
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !bindata
|
//go:build !bindata
|
||||||
// +build !bindata
|
|
||||||
|
|
||||||
package options
|
package options
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build bindata
|
//go:build bindata
|
||||||
// +build bindata
|
|
||||||
|
|
||||||
package options
|
package options
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build bindata
|
//go:build bindata
|
||||||
// +build bindata
|
|
||||||
|
|
||||||
package options
|
package options
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build bindata
|
//go:build bindata
|
||||||
// +build bindata
|
|
||||||
|
|
||||||
package public
|
package public
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !bindata
|
//go:build !bindata
|
||||||
// +build !bindata
|
|
||||||
|
|
||||||
package public
|
package public
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build bindata
|
//go:build bindata
|
||||||
// +build bindata
|
|
||||||
|
|
||||||
package public
|
package public
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
//go:build sqlite
|
//go:build sqlite
|
||||||
// +build sqlite
|
|
||||||
|
|
||||||
// Copyright 2014 The Gogs Authors. All rights reserved.
|
// Copyright 2014 The Gogs Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a MIT-style
|
// Use of this source code is governed by a MIT-style
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build bindata
|
//go:build bindata
|
||||||
// +build bindata
|
|
||||||
|
|
||||||
package svg
|
package svg
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !bindata
|
//go:build !bindata
|
||||||
// +build !bindata
|
|
||||||
|
|
||||||
package svg
|
package svg
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !bindata
|
//go:build !bindata
|
||||||
// +build !bindata
|
|
||||||
|
|
||||||
package templates
|
package templates
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build bindata
|
//go:build bindata
|
||||||
// +build bindata
|
|
||||||
|
|
||||||
package templates
|
package templates
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build bindata
|
//go:build bindata
|
||||||
// +build bindata
|
|
||||||
|
|
||||||
package templates
|
package templates
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package v1
|
package v1
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package private
|
package private
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build windows
|
//go:build windows
|
||||||
// +build windows
|
|
||||||
|
|
||||||
package private
|
package private
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package web
|
package web
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build gofuzz
|
//go:build gofuzz
|
||||||
// +build gofuzz
|
|
||||||
|
|
||||||
package fuzz
|
package fuzz
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue