/
/
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/run_set_executable_name.txt
env GO111MODULE=on [short] skip # Check for correct naming of temporary executable #Test for single file specified cd x/y/z go run foo.go stderr 'foo' #Test for current directory go run . stderr 'z' #Test for set path go run m/x/y/z/ stderr 'z' -- m/x/y/z/foo.go -- package main import( "os" "path/filepath" ) func main() { println(filepath.Base(os.Args[0])) } -- x/y/z/foo.go -- package main import( "os" "path/filepath" ) func main() { println(filepath.Base(os.Args[0])) } -- x/y/z/foo.go -- package main import( "os" "path/filepath" ) func main() { println(filepath.Base(os.Args[0])) } -- go.mod -- module m
Ukuran: 627 B