in dev-tools/mage/gotool/go.go [310:315]
func (a *Args) Env(k, v string) { if a.env == nil { a.env = map[string]string{} } a.env[k] = v }