()
| 52 | } |
| 53 | |
| 54 | func (ec encoderCloser) Close() error { |
| 55 | return ec.close() |
| 56 | } |
| 57 | |
| 58 | // Negotiate returns the Content-Type based on the given Accept header. If no |
| 59 | // appropriate accepted type is found, FmtText is returned (which is the |
nothing calls this directly
no outgoing calls
no test coverage detected