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

     1  # https://golang.org/issue/37641: the paths "example" and "test" are reserved
     2  # for end users, and must never exist in the standard library.
     3  
     4  go list example/... test/...
     5  stderr 'go: warning: "example/..." matched no packages$'
     6  stderr 'go: warning: "test/..." matched no packages$'
     7  ! stdout .
     8  

View as plain text