f06ba52e by astaxie

Merge pull request #633 from dlt/develop

fixed typo on constant applicationXml
2 parents a65ad1a4 fcae000a
...@@ -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!