Sign in
◑
Theme
go
/
go.git
/
06478e4b4659966e4f5dba1f399da9767995fee5
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
run_wildcard.txt
blob: 3e7e7b7e42f3066f4328677f6466e4059629f04b [
file
]
env GO111MODULE=off
# Fix for https://github.com/golang/go/issues/28696:
# go run x/... should not panic when directory x doesn't exist.
! go run nonexistent/...
stderr '^go: no packages loaded from nonexistent/...$'