Skip to content

Commit aa669b6

Browse files
committed
Remove impossible unix buildconstraint
Given the filename with the _GOOS suffix this file can be build only on linux (most other Unix-es should be already handled via permission_{darwin,linux}.go). NFCI.
1 parent 729c195 commit aa669b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

permission/permission_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build linux || unix
1+
//go:build linux
22

33
package permissionutil
44

0 commit comments

Comments
 (0)