Fixed build constraints for other systems

This commit is contained in:
Eduard Urbach 2025-02-16 17:39:03 +01:00
parent 546da5d8b2
commit 7262f49717
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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