package
0.2.0-pre2
Repository: https://github.com/knieriem/gointernal.git
Documentation: pkg.go.dev

# Functions

CanGetenv reports whether key is a valid go/env configuration key.
EnvFile returns the name of the Go environment configuration file.
EnvOr returns Getenv(key) if set, or else def.
Getenv gets the value for the configuration key.
No description provided by the author

# Variables

-x flag.
CmdEnv is the new environment for running go tool commands.
Variables to be set by the main package.
Variables to be set by the main package.
No description provided by the author
OrigEnv is the original environment of the program at startup.

# Structs

An EnvVar is an environment variable Name=Value, and an optional pointer to a corresponding variable.