Fixed build constraints for other systems
This commit is contained in:
parent
546da5d8b2
commit
7262f49717
@ -1,4 +1,4 @@
|
||||
//go:build !windows
|
||||
//go:build linux || darwin
|
||||
|
||||
package fs
|
||||
|
@ -1,4 +1,4 @@
|
||||
//go:build windows
|
||||
//go:build !linux && !darwin
|
||||
|
||||
package fs
|
||||
|
Loading…
x
Reference in New Issue
Block a user