package
1.15.0
Repository: https://github.com/magefile/mage.git
Documentation: pkg.go.dev

# Functions

EnvWithCurrentGOOS returns a copy of os.Environ with the GOOS and GOARCH set to runtime.GOOS and runtime.GOARCH.
EnvWithGOOS retuns the os.Environ() values with GOOS and/or GOARCH either set to their runtime value, or the given value if non-empty.
No description provided by the author
No description provided by the author
No description provided by the author
SplitEnv takes the results from os.Environ() (a []string of foo=bar values) and makes a map[string]string out of it.