func golang.org/x/tools/go/gcexportdata.Read
3 uses
golang.org/x/tools/go/gcexportdata (current package)
gcexportdata.go#L116: func Read(in io.Reader, fset *token.FileSet, imports map[string]*types.Package, path string) (*types.Package, error) {
importer.go#L74: return Read(r, imp.fset, imp.imports, path)
golang.org/x/tools/go/packages
packages.go#L1294: tpkg, err := gcexportdata.Read(r, ld.Fset, view, lpkg.PkgPath)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)