diff options
Diffstat (limited to 'libgo/go/os/executable_procfs.go')
-rw-r--r-- | libgo/go/os/executable_procfs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/os/executable_procfs.go b/libgo/go/os/executable_procfs.go index b5fae590468..5bb63b9bdc5 100644 --- a/libgo/go/os/executable_procfs.go +++ b/libgo/go/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. -// +build linux netbsd dragonfly nacl +// +build linux netbsd dragonfly nacl js,wasm package os |