We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02036b commit 1133856Copy full SHA for 1133856
src/runtime/badlinkname_linux_amd64.go renamed to src/runtime/badlinkname_linux.go
@@ -2,6 +2,8 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
+//go:build amd64 || arm64
6
+
7
package runtime
8
9
import _ "unsafe"
0 commit comments