github.com/megatontech/mynoteforgo@v0.0.0-20200507084910-5d0c6ea6e890/源码/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/...$'