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 4go list example/... test/... 5stderr 'go: warning: "example/..." matched no packages$' 6stderr 'go: warning: "test/..." matched no packages$' 7! stdout .