func go/build.IsLocalImport
4 uses
go/build (current package)
build.go#L572: if IsLocalImport(path) {
build.go#L785: if IsLocalImport(path) && !ctxt.isDir(p.Dir) {
build.go#L1985: func IsLocalImport(path string) bool {
golang.org/x/tools/internal/gcimporter
gcimporter.go#L113: case build.IsLocalImport(path):
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)