Your IP : 172.28.240.42


Current Path : /usr/local/go/src/cmd/go/testdata/script/
Upload File :
Current File : //usr/local/go/src/cmd/go/testdata/script/work_use_only_dirs.txt

! go work use foo bar baz

stderr '^go: foo is not a directory'
stderr '^go: directory baz does not exist'
cmp go.work go.work_want

! go work use -r qux
stderr '^go: qux is not a directory'

-- go.work --
go 1.18
-- go.work_want --
go 1.18
-- foo --
-- qux --
-- bar/go.mod --
module bar