1env GO111MODULE=off 2 3# Fix for https://github.com/golang/go/issues/28696: 4# go run x/... should not panic when directory x doesn't exist. 5 6! go run nonexistent/... 7stderr '^go: no packages loaded from nonexistent/...$'
View as plain text