Sign in
go
/
go
/
701f6a27b5c2499c1e84c28a3761eb2f1bf6fd7e
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
run_wildcard.txt
blob: cd401e00e6441faef329bbd81cca97fdf06339ec [
file
] [
log
] [
blame
]
# 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/...$'