Skip to content

Commit 2d7bba0

Browse files
committed
all: go fix to remove pre-go1.17 build tags
1 parent bc1bde8 commit 2d7bba0

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

internal/os/execpath/lp_js.go

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

55
//go:build js && wasm
6-
// +build js,wasm
76

87
package execpath
98

internal/os/execpath/lp_unix.go

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

55
//go:build aix || darwin || dragonfly || freebsd || linux || nacl || netbsd || openbsd || solaris
6-
// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd solaris
76

87
package execpath
98

testenv/testenv_cgo.go

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

55
//go:build cgo
6-
// +build cgo
76

87
package testenv
98

testenv/testenv_notwin.go

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

55
//go:build !windows
6-
// +build !windows
76

87
package testenv
98

testscript/clonefile.go

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

43
package testscript
54

testscript/clonefile_other.go

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

43
package testscript
54

testscript/envvarname.go

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

43
package testscript
54

0 commit comments

Comments
 (0)