Skip to content

Commit

Permalink
all: remove old build tags
Browse files Browse the repository at this point in the history
The new ones have been preferred since Go 1.17.
  • Loading branch information
mvdan committed May 23, 2023
1 parent 58c3cd0 commit 9e323b8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion interp/os_notunix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// See LICENSE for licensing information

//go:build !unix
// +build !unix

package interp

Expand Down
1 change: 0 additions & 1 deletion interp/os_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// See LICENSE for licensing information

//go:build unix
// +build unix

package interp

Expand Down
1 change: 0 additions & 1 deletion interp/unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// See LICENSE for licensing information

//go:build unix
// +build unix

package interp_test

Expand Down
1 change: 0 additions & 1 deletion interp/windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// See LICENSE for licensing information

//go:build windows
// +build windows

package interp_test

Expand Down
1 change: 0 additions & 1 deletion syntax/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// See LICENSE for licensing information

//go:build go1.18
// +build go1.18

package syntax

Expand Down

0 comments on commit 9e323b8

Please sign in to comment.