1env GO111MODULE=off 2 3! go test -c compile_binary/... 4stderr 'build comment' 5 6-- compile_binary/foo_test.go -- 7// +build foo 8package foo
View as plain text