Skip to content

Commit

Permalink
all: go fix to remove pre-go1.17 build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed May 23, 2023
1 parent bc1bde8 commit 2d7bba0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion internal/os/execpath/lp_js.go
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build js && wasm
// +build js,wasm

package execpath

Expand Down
1 change: 0 additions & 1 deletion internal/os/execpath/lp_unix.go
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build aix || darwin || dragonfly || freebsd || linux || nacl || netbsd || openbsd || solaris
// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd solaris

package execpath

Expand Down
1 change: 0 additions & 1 deletion testenv/testenv_cgo.go
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build cgo
// +build cgo

package testenv

Expand Down
1 change: 0 additions & 1 deletion testenv/testenv_notwin.go
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build !windows
// +build !windows

package testenv

Expand Down
1 change: 0 additions & 1 deletion testscript/clonefile.go
@@ -1,5 +1,4 @@
//go:build unix && !darwin
// +build unix,!darwin

package testscript

Expand Down
1 change: 0 additions & 1 deletion testscript/clonefile_other.go
@@ -1,5 +1,4 @@
//go:build !unix
// +build !unix

package testscript

Expand Down
1 change: 0 additions & 1 deletion testscript/envvarname.go
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows

package testscript

Expand Down

0 comments on commit 2d7bba0

Please sign in to comment.