Text file src/cmd/go/testdata/script/test_compile_binary.txt
1 env GO111MODULE=off 2 3 ! go test -c compile_binary/... 4 stderr 'build comment' 5 6 -- compile_binary/foo_test.go -- 7 // +build foo 8 package foo 9
1 env GO111MODULE=off 2 3 ! go test -c compile_binary/... 4 stderr 'build comment' 5 6 -- compile_binary/foo_test.go -- 7 // +build foo 8 package foo 9