github.com/zxy12/go_duplicate_112_new@v0.0.0-20200807091221-747231827200/src/cmd/go/testdata/script/run_wildcard.txt (about)

     1  # Fix for https://github.com/golang/go/issues/28696:
     2  # go run x/... should not panic when directory x doesn't exist.
     3  
     4  ! go run nonexistent/...
     5  stderr '^go run: no packages loaded from nonexistent/...$'