func go/build.IsLocalImport

3 uses

	go/build (current package)
		build.go#L557: 	if IsLocalImport(path) {
		build.go#L770: 	if IsLocalImport(path) && !ctxt.isDir(p.Dir) {
		build.go#L1974: func IsLocalImport(path string) bool {