github.com/songzhibin97/gkit@v1.2.13/internal/runtimex/asm.s (about) 1 2 3 // The runtime package uses //go:linkname to push a few functions into this 4 // package but we still need a .s file so the Go tool does not pass -complete 5 // to the go tool compile so the latter does not complain about Go functions 6 // with no bodies. 7 // See https://github.com/golang/go/issues/23311