/
/
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/slashpath.txt
# .a files should use slash-separated paths even on windows # This is important for reproducing native builds with cross-compiled builds. go build -o x.a text/template ! grep 'GOROOT\\' x.a ! grep 'text\\template' x.a ! grep 'c:\\' x.a # executables should use slash-separated paths even on windows # This is important for reproducing native builds with cross-compiled builds. go build -o hello.exe hello.go ! grep 'GOROOT\\' hello.exe ! grep '\\runtime' hello.exe ! grep 'runtime\\' hello.exe ! grep 'gofile..[A-Za-z]:\\' hello.exe -- hello.go -- package main func main() { println("hello") }
Ukuran: 596 B