/
/
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_exe.txt
# go build with -o and -buildmode=exe should report an error on a non-main package. ! go build -buildmode=exe -o out$GOEXE ./not_main stderr '-buildmode=exe requires exactly one main package' ! exists out$GOEXE ! go build -buildmode=exe -o out$GOEXE ./main_one ./main_two stderr '-buildmode=exe requires exactly one main package' ! exists out$GOEXE -- go.mod -- module m go 1.16 -- not_main/not_main.go -- package not_main func F() {} -- main_one/main_one.go -- package main func main() {} -- main_two/main_two.go -- package main func main() {}
Ukuran: 551 B