Fixed build constraints for other systems

This commit is contained in:
Eduard Urbach 2025-02-16 17:39:03 +01:00
parent ac55700ddd
commit 6cdcfbba1d
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
//go:build !windows
//go:build linux || darwin
package fs

View file

@ -1,4 +1,4 @@
//go:build windows
//go:build !linux && !darwin
package fs