github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/script/linkname.txt (about) 1 env GO111MODULE=off 2 3 # check for linker name in error message about linker crash 4 [!gc] skip 5 ! go build -ldflags=-crash_for_testing x.go 6 stderr [\\/]tool[\\/].*[\\/]link 7 8 -- x.go -- 9 package main; func main() {}