Fixed build constraints for other systems
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user