package
1.23.0
Repository: https://github.com/shogo82148/std.git
Documentation: pkg.go.dev

# Functions

BuildXWriter returns nil if BuildX is false, or the writer to which BuildX output should be written otherwise.
CanGetenv reports whether key is a valid go/env configuration key.
EnvFile returns the name of the Go environment configuration file, and reports whether the effective value differs from the default.
EnvOrAndChanged returns the environment variable value and reports whether it differs from the default value.
GetArchEnv returns the name and setting of the GOARCH-specific architecture environment variable.
Getenv gets the value for the configuration key.
SetGOROOT sets GOROOT and associated variables to the given values.
ToolExeSuffix returns the suffix for executables installed in build.ToolDir.
WithBuildXWriter returns a Context in which BuildX output is written to given io.Writer.

# Variables

These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
CleanGOEXPERIMENT is the minimal GOEXPERIMENT value needed to reproduce the experiments enabled by RawGOEXPERIMENT.
CmdEnv is the new environment for running go tool commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
Global build parameters (used during package load).
Experiment configuration.
Experiment configuration.
No description provided by the author
No description provided by the author
Global build parameters (used during package load).
No description provided by the author
Used in envcmd.MkEnv and build ID computations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Global build parameters (used during package load).
These are general "build flags" used by build and other commands.
GoPathError is set when GOPATH is not set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Either empty or produced by filepath.Join(GOROOT, …).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
These are general "build flags" used by build and other commands.
These are general "build flags" used by build and other commands.
ModulesEnabled specifies whether the go command is running in module-aware mode (as opposed to GOPATH mode).
OrigEnv is the original environment of the program at startup.
RawGOEXPERIMENT is the GOEXPERIMENT value set by the user.
No description provided by the author

# Structs

An EnvVar is an environment variable Name=Value.