fix: Enable compilation of pkg/fs for WASM

This commit is contained in:
Felix Pojtinger
2022-01-16 01:17:29 +01:00
parent 7f4bb78601
commit 58e5941b36
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
//go:build windows
//go:build windows || wasm
package fs

View File

@@ -1,4 +1,4 @@
//go:build !windows
//go:build !(windows || wasm)
package fs