func()

in {{cookiecutter.component_id}}/log/log.go [87:90]


func (f Fields) With(k string, v interface{}) Fields {
	f[k] = v
	return f
}