# Functions
causes list to set CompiledGoFiles to the Go source files presented to the compiler.
causes list to iterate over not just the named packages but also all their dependencies.
changes the handling of erroneous packages, those that cannot be found or are malformed.
causes list to set the Export field to the name of a file containing up-to-date export information for the given package.
causes list to identify the named packages but not resolve their dependencies: the Imports and Deps lists will be empty.
The -f flag specifies an alternate format for the list, using the syntax of package template.
causes the package data to be printed in JSON format instead of using the template format.
List lists the named packages, one per line.
List lists the named packages, one per line.
List lists the named packages, one per line.
causes list to list modules instead of packages.
No description provided by the author
No description provided by the author
causes list to report not only the named packages but also their test binaries (for packages with tests), to convey to source code analysis tools exactly how test binaries are constructed.
causes list to set the Module's Versions field to a list of all known versions of that module, ordered according to semantic versioning, earliest to latest.
# Type aliases
No description provided by the author