We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4636aa commit a67e057Copy full SHA for a67e057
src/os/exec.go
@@ -1,3 +1,5 @@
1
+//go:build !baremetal
2
+
3
package os
4
5
import (
src/os/exec_linux.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
+//go:build linux && !baremetal
6
7
8
src/os/osexec.go
@@ -1,4 +1,4 @@
0 commit comments