/
/
opt
/
golang
/
1.22.0
/
src
/
cmd
/
go
/
testdata
/
script
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.137
PHP 8.3.16
Dir:
/opt/golang/1.22.0/src/cmd/go/testdata/script
Edit:
/opt/golang/1.22.0/src/cmd/go/testdata/script/build_cache_link.txt
env GO111MODULE=off [short] skip # Set up fresh GOCACHE. env GOCACHE=$WORK/gocache mkdir $GOCACHE # Building a main package should run the compiler and linker ... go build -o $devnull -x main.go stderr '(compile|gccgo)( |\.exe).*main\.go' stderr '(link|gccgo)( |\.exe)' # ... and then the linker again ... go build -o $devnull -x main.go ! stderr '(compile|gccgo)( |\.exe).*main\.go' stderr '(link|gccgo)( |\.exe)' # ... but the output binary can serve as a cache. go build -o main$GOEXE -x main.go stderr '(link|gccgo)( |\.exe)' go build -o main$GOEXE -x main.go ! stderr '(link|gccgo)( |\.exe)' -- main.go -- package main func main() {}
Ukuran: 644 B