render
render copied to clipboard
docstring tiny error
in this line: https://github.com/go-chi/render/blob/master/responder.go#L109
it says: // XML marshals 'v' to JSON, setting the Content-Type as application/xml. It
But that should be // XML marshals 'v' to XML, setting the Content-Type as application/xml. It