| 57 | var errMalformedECHConfigList = errors.New("tls: malformed ECHConfigList") |
| 58 | |
| 59 | type echConfigErr struct { |
| 60 | field string |
| 61 | } |
| 62 | |
| 63 | func (e *echConfigErr) Error() string { |
| 64 | if e.field == "" { |
nothing calls this directly
no outgoing calls
no test coverage detected