render icon indicating copy to clipboard operation
render copied to clipboard

docstring tiny error

Open dhrp opened this issue 6 years ago • 0 comments

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

dhrp avatar Aug 21 '19 07:08 dhrp