aboutsummaryrefslogtreecommitdiff
path: root/strings.go
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2021-09-10 18:49:45 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-10 18:49:45 +0200
commit46d92356a82724771e38504ce73a4a301f2cd7a7 (patch)
treedef0a8f5c88d2568b01e7e74cc86398f8ad37295 /strings.go
parentAdding new compressible prefixes (#1092) (diff)
downloadfasthttp-46d92356a82724771e38504ce73a4a301f2cd7a7.tar.gz
fasthttp-46d92356a82724771e38504ce73a4a301f2cd7a7.tar.bz2
fasthttp-46d92356a82724771e38504ce73a4a301f2cd7a7.zip
Check go fmt during lint (#1097)
Diffstat (limited to 'strings.go')
-rw-r--r--strings.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/strings.go b/strings.go
index 7f12cbc..e28eaac 100644
--- a/strings.go
+++ b/strings.go
@@ -73,10 +73,10 @@ var (
strBytes = []byte("bytes")
strBasicSpace = []byte("Basic ")
- strApplicationSlash = []byte("application/")
- strImageSVG = []byte("image/svg")
- strImageIcon = []byte("image/x-icon")
- strFontSlash = []byte("font/")
- strMultipartSlash = []byte("multipart/")
- strTextSlash = []byte("text/")
+ strApplicationSlash = []byte("application/")
+ strImageSVG = []byte("image/svg")
+ strImageIcon = []byte("image/x-icon")
+ strFontSlash = []byte("font/")
+ strMultipartSlash = []byte("multipart/")
+ strTextSlash = []byte("text/")
)