%PDF- %PDF-
Direktori : /usr/local/go/src/cmd/go/testdata/script/ |
Current File : //usr/local/go/src/cmd/go/testdata/script/test_compile_tempfile.txt |
[short] skip # Ensure that the target of 'go build -o' can be an existing, empty file so that # its name can be reserved using os.CreateTemp or the 'mktemp` command. go build -o empty-file$GOEXE main.go -- main.go -- package main func main() {} -- empty-file$GOEXE --