func()

in dev-tools/mage/gotool/go.go [302:307]


func (a *Args) Val(k string) string {
	if a.extra == nil {
		return ""
	}
	return a.extra[k]
}