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:
wxiaoguang 2022-05-02 23:22:45 +08:00 committed by GitHub
parent e2a3f3d259
commit c18d8d6968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
86 changed files with 0 additions and 86 deletions

View file

@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build ignore
// +build ignore
package main

View file

@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build ignore
// +build ignore
package main

View file

@ -4,7 +4,6 @@
// license that can be found in the LICENSE file.
//go:build ignore
// +build ignore
package main

View file

@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
package main

View file

@ -1,5 +1,4 @@
//go:build ignore
// +build ignore
package main

View file

@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build ignore
// +build ignore
package main

View file

@ -7,7 +7,6 @@
// merges them into one profile
//go:build ignore
// +build ignore
package main