%PDF- %PDF-
Direktori : /usr/local/go119/src/cmd/go/testdata/script/ |
Current File : //usr/local/go119/src/cmd/go/testdata/script/list_reserved.txt |
# https://golang.org/issue/37641: the paths "example" and "test" are reserved # for end users, and must never exist in the standard library. go list example/... test/... stderr 'go: warning: "example/..." matched no packages$' stderr 'go: warning: "test/..." matched no packages$' ! stdout .