(value reflect.Value, field reflect.StructField, tagValue string, opt setOptions)
| 33 | var _ setter = headerSource(nil) |
| 34 | |
| 35 | func (hs headerSource) TrySet(value reflect.Value, field reflect.StructField, tagValue string, opt setOptions) (bool, error) { |
| 36 | return setByForm(value, field, hs, textproto.CanonicalMIMEHeaderKey(tagValue), opt) |
| 37 | } |
nothing calls this directly
no test coverage detected