func go/build.IsLocalImport

4 uses

	go/build (current package)
		build.go#L612: 	if IsLocalImport(path) {
		build.go#L837: 	if IsLocalImport(path) && !ctxt.isDir(p.Dir) {
		build.go#L2061: func IsLocalImport(path string) bool {

	golang.org/x/tools/internal/gcimporter
		exportdata.go#L334: 	case build.IsLocalImport(path):