fcae000a by Dalto Curvelano Jr

fixed typo on constant applicationXml

1 parent a65ad1a4
......@@ -28,7 +28,7 @@ import (
//commonly used mime-types
const (
applicationJson = "application/json"
applicationXml = "applicatoin/xml"
applicationXml = "application/xml"
textXml = "text/xml"
)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!