fcae000a by Dalto Curvelano Jr

fixed typo on constant applicationXml

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