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

     1  # Test that go list prefix... does not read directories not beginning with prefix.
     2  env GODEBUG=gofsystrace=1
     3  go list m...
     4  stderr mime
     5  stderr mime[\\/]multipart
     6  ! stderr archive
     7  

View as plain text