%PDF- %PDF-
Direktori : /usr/local/go/src/cmd/go/testdata/script/ |
Current File : //usr/local/go/src/cmd/go/testdata/script/run_hello_pkg.txt |
go run m/hello stderr 'hello, world' cd hello go run . stderr 'hello, world' -- go.mod -- module m go 1.16 -- hello/hello.go -- package main func main() { println("hello, world") }