diff --git a/src/os/executable_other.go b/src/os/executable_other.go index 15a9f9f7..0c9974f9 100644 --- a/src/os/executable_other.go +++ b/src/os/executable_other.go @@ -1,4 +1,4 @@ -// +build !linux +// +build !linux baremetal package os diff --git a/src/os/executable_procfs.go b/src/os/executable_procfs.go index 2f9d0b63..1abe6f1a 100644 --- a/src/os/executable_procfs.go +++ b/src/os/executable_procfs.go @@ -4,7 +4,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build linux +// +build linux,!baremetal package os