load

package
v0.0.0-...-a7e320e Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ModInit func()

	ModBinDir func()
	ModLookup func(parentPath string, parentIsStd bool, path string) (dir, realPath string, err error)
)

Functions

This section is empty.

Types

type Package

type Package struct {
	PackagePublic
	Internal PackageInternal

	GoFiles []string `json:",omitempty"`
}

type PackageInternal

type PackageInternal struct {
	Build   *build.Package
	Imports []*Package
}

type PackagePublic

type PackagePublic struct {
	Dir        string
	ImportPath string
}

Jump to

Keyboard shortcuts

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