Skip to content

Commit 539d647

Browse files
committed
chore: Remove deprecated build constraints
1 parent 4fcbdf8 commit 539d647

13 files changed

+0
-13
lines changed

github/gen-accessors.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build ignore
7-
// +build ignore
87

98
// gen-accessors generates accessor methods for structs with pointer fields.
109
//

github/gen-stringify-test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build ignore
7-
// +build ignore
87

98
// gen-stringify-test generates test methods to test the String methods.
109
//

github/with_appengine.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build appengine
7-
// +build appengine
87

98
// This file provides glue for making github work on App Engine.
109

github/without_appengine.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build !appengine
7-
// +build !appengine
87

98
// This file provides glue for making github work without App Engine.
109

test/integration/activity_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build integration
7-
// +build integration
87

98
package integration
109

test/integration/audit_log_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build integration
7-
// +build integration
87

98
package integration
109

test/integration/authorizations_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build integration
7-
// +build integration
87

98
package integration
109

test/integration/github_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build integration
7-
// +build integration
87

98
package integration
109

test/integration/issues_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build integration
7-
// +build integration
87

98
package integration
109

test/integration/misc_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// license that can be found in the LICENSE file.
55

66
//go:build integration
7-
// +build integration
87

98
package integration
109

0 commit comments

Comments
 (0)