Sign in
go
/
gofrontend
/
bcafcb3c39530bb325514d6377747eb3127d1a03
/
.
/
libgo
/
go
/
cmd
/
go
/
testdata
/
script
/
run_wildcard.txt
blob: 72036d1d8dbdc7469dfac3db4d9aa3a0e57ab282 [
file
] [
log
] [
blame
]
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 run: no packages loaded from nonexistent/...$'