fixed typo on constant applicationXml
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment