importer

package
v0.0.0-...-313ecc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2019 License: BSD-3-Clause, MIT Imports: 5 Imported by: 0

Documentation

Overview

Package importer provides access to export data importers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Default

func Default() types.Importer

Default returns an Importer for the compiler that built the running binary. If available, the result implements types.ImporterFrom.

func For

func For(compiler string, lookup Lookup) types.Importer

For returns an Importer for the given compiler and lookup interface, or nil. Supported compilers are "gc", and "gccgo". If lookup is nil, the default package lookup mechanism for the given compiler is used. BUG(issue13847): For does not support non-nil lookup functions.

Types

type Lookup

type Lookup func(path string) (io.ReadCloser, error)

A Lookup function returns a reader to access package data for a given import path, or an error if no matching package is found.

Notes

Bugs

  • For does not support non-nil lookup functions.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL