// maybeStdlib reports whether the given import path could be part of the Go // standard library, by reporting whether the first component lacks a '.'. func maybeStdlib(path string) bool { … }
// maybeStdlib reports whether the given import path could be part of the Go // standard library, by reporting whether the first component lacks a '.'. func maybeStdlib(path string) bool { … }