Skip to content

Commit

Permalink
Removing antiquated build tags via go fix ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rican7 committed Mar 21, 2024
1 parent 2135b92 commit 4f22cb2
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion internal/pathutil/pathutil_plan9_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build plan9
// +build plan9

package pathutil_test

Expand Down
1 change: 0 additions & 1 deletion internal/pathutil/pathutil_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build aix || darwin || dragonfly || freebsd || (js && wasm) || nacl || linux || netbsd || openbsd || solaris
// +build aix darwin dragonfly freebsd js,wasm nacl linux netbsd openbsd solaris

package pathutil

Expand Down
1 change: 0 additions & 1 deletion internal/pathutil/pathutil_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build aix || darwin || dragonfly || freebsd || (js && wasm) || nacl || linux || netbsd || openbsd || solaris
// +build aix darwin dragonfly freebsd js,wasm nacl linux netbsd openbsd solaris

package pathutil_test

Expand Down
1 change: 0 additions & 1 deletion internal/pathutil/pathutil_windows_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows
// +build windows

package pathutil_test

Expand Down
1 change: 0 additions & 1 deletion paths_darwin_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build darwin
// +build darwin

package xdg_test

Expand Down
1 change: 0 additions & 1 deletion paths_plan9_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build plan9
// +build plan9

package xdg_test

Expand Down
1 change: 0 additions & 1 deletion paths_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build aix || dragonfly || freebsd || (js && wasm) || nacl || linux || netbsd || openbsd || solaris
// +build aix dragonfly freebsd js,wasm nacl linux netbsd openbsd solaris

package xdg

Expand Down
1 change: 0 additions & 1 deletion paths_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build aix || dragonfly || freebsd || (js && wasm) || nacl || linux || netbsd || openbsd || solaris
// +build aix dragonfly freebsd js,wasm nacl linux netbsd openbsd solaris

package xdg_test

Expand Down
1 change: 0 additions & 1 deletion paths_windows_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows
// +build windows

package xdg_test

Expand Down

0 comments on commit 4f22cb2

Please sign in to comment.