Text file src/cmd/go/testdata/script/run_wildcard.txt

     1  env 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/...
     7  stderr '^go: no packages loaded from nonexistent/...$'
     8  

View as plain text