diff options
Diffstat (limited to 'src/os/dir_unix.go')
-rw-r--r-- | src/os/dir_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/dir_unix.go b/src/os/dir_unix.go index baacdd68d..a531e0a63 100644 --- a/src/os/dir_unix.go +++ b/src/os/dir_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build linux && !baremetal && !wasi && !wasip1 +//go:build linux && !baremetal && !wasip1 package os |