diff options
Diffstat (limited to 'src/os/executable_procfs.go')
| -rw-r--r-- | src/os/executable_procfs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/executable_procfs.go b/src/os/executable_procfs.go index 18348eab91..94e674e364 100644 --- a/src/os/executable_procfs.go +++ b/src/os/executable_procfs.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 || netbsd || (js && wasm) +//go:build linux || netbsd package os |
