package
1.23.0
Repository: https://github.com/shogo82148/std.git
Documentation: pkg.go.dev

# Functions

GetModule returns the Module for the given modroot.
GetPackage returns the IndexPackage for the directory at the given path.
IsStandardPackage reports whether path is a standard package for the goroot and compiler using the module index if possible, and otherwise falling back to internal/goroot.IsStandardPackage.

# Variables

No description provided by the author

# Structs

A Context specifies the supporting context for a build.
IndexPackage holds the information in the index needed to load a package in a specific directory.
Module represents and encoded module index file.
MultiplePackageError describes a directory containing multiple buildable Go source files for multiple packages.
NoGoError is the error used by Import to describe a directory containing no buildable Go source files.