github.com/megatontech/mynoteforgo@v0.0.0-20200507084910-5d0c6ea6e890/源码/cmd/go/testdata/script/linkname.txt (about) 1 # check for linker name in error message about linker crash 2 [!gc] skip 3 ! go build -ldflags=-crash_for_testing x.go 4 stderr [\\/]tool[\\/].*[\\/]link 5 6 -- x.go -- 7 package main; func main() {}