package
0.36.0
Repository: https://github.com/tinygo-org/tinygo.git
Documentation: pkg.go.dev

# Functions

GetCachedGoroot creates a new GOROOT by merging both the standard GOROOT and the GOROOT from TinyGo using lots of symbolic links.
List returns a ready-to-run *exec.Cmd for running the `go list` command with the configuration used for TinyGo.
Load loads the given package with all dependencies (including the runtime package).

# Structs

No description provided by the author
Error is a regular error but with an added import stack.
Errors contains a list of parser errors or a list of typechecker errors for the given package.
Error returned when loading a *Program for a test binary but no test files are present.
Package holds a loaded package, its imports, and its parsed files.
PackageJSON is a subset of the JSON struct returned from `go list`.
Program holds all packages and some metadata about the program as a whole.