diff options
Diffstat (limited to 'src/os/file_other.go')
-rw-r--r-- | src/os/file_other.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/file_other.go b/src/os/file_other.go index 82c84e958..12b21b838 100644 --- a/src/os/file_other.go +++ b/src/os/file_other.go @@ -1,5 +1,4 @@ //go:build baremetal || (wasm && !wasi) -// +build baremetal wasm,!wasi package os |