in dev-tools/mage/gotool/go.go [294:299]
func (a *Args) Extra(k, v string) { if a.extra == nil { a.extra = map[string]string{} } a.extra[k] = v }