# Functions

Env prints Go environment information.
Env prints Go environment information.
prints the environment in JSON format instead of as a shell script.
No description provided by the author
No description provided by the author
requires one or more arguments and unsets the default setting for the named environment variables, if one has been set with 'go env -w'.
requires one or more arguments of the form NAME=VALUE and changes the default settings of the named environment variables to the given values.

# Type aliases

No description provided by the author