package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# README

Files copied from https://github.com/golang/go/blob/5f0a9ba1342674b3209c13035b5aa39a96dbd80c/src/go/internal/srcimporter/srcimporter.go at commit 5f0a9ba1342674b3209c13035b5aa39a96dbd80c.

Used in github.com/divinerapier/learn-kubernetes/test/typecheck. Need to copy here, as it's marked as a go/internal library. Only modification is to remove the go/internal/srcimporter import alias.

# Functions

NewImporter returns a new Importer for the given context, file set, and map of packages.

# Structs

An Importer provides the context for importing packages from source code.