Skip to content

Commit 9a1aed7

Browse files
committed
style: modernize build tag syntax to use //go:build constraints
- Remove old // +build style build tag comments and retain only modern //go:build syntax for build constraints Signed-off-by: appleboy <[email protected]>
1 parent 4fce299 commit 9a1aed7

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

gorm/gorm_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build go1.13
2-
// +build go1.13
32

43
package gorm
54

session_options_go1.10.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !go1.11
2-
// +build !go1.11
32

43
package sessions
54

session_options_go1.11.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build go1.11
2-
// +build go1.11
32

43
package sessions
54

tester/tester_options_samesite_go1.10.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !go1.11
2-
// +build !go1.11
32

43
package tester
54

tester/tester_options_samesite_go1.11.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build go1.11
2-
// +build go1.11
32

43
package tester
54

0 commit comments

Comments
 (0)