Update constants.md

fix syntax
pull/3153/head^2
RW 2024-12-01 13:04:14 +01:00 committed by GitHub
parent 26cc477500
commit 60dfd6b313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ const (
MIMEApplicationXMLCharsetUTF8 = "application/xml; charset=utf-8"
MIMEApplicationJSONCharsetUTF8 = "application/json; charset=utf-8"
MIMEApplicationJavaScriptCharsetUTF8 = "application/javascript; charset=utf-8"
)```
)
```
### HTTP status codes were copied from net/http.