package
0.0.0-20220501030412-677f5dfb8df9
Repository: https://github.com/gonzojive/bazelgopackagesdriver.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
NeedCompiledGoFiles adds CompiledGoFiles.
NeedDeps adds the fields requested by the LoadMode in the packages in Imports.
NeedExportsFile adds ExportFile.
NeedFiles adds GoFiles and OtherFiles.
NeedImports adds Imports.
NeedModule adds Module.
NeedName adds Name and PkgPath.
NeedSyntax adds Syntax.
NeedTypes adds Types, Fset, and IllTyped.
NeedTypesInfo adds TypesInfo.
NeedTypesSizes adds TypesSizes.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

From https://github.com/golang/tools/blob/v0.1.0/go/packages/external.go#L32 Most fields are disabled since there is no need for them.
DriverResponse is the GOPACKAGESDRIVER response object.
FlatPackage is the JSON form of Package It drops all the type and syntax fields, and transforms the Imports.
Copy and pasted from golang.org/x/tools/go/packages.

# Type aliases

No description provided by the author
From https://pkg.go.dev/golang.org/x/tools/go/packages#LoadMode.
No description provided by the author
No description provided by the author