aboutsummaryrefslogtreecommitdiff
path: root/bytesconv.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 /bytesconv.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 'bytesconv.go')
-rw-r--r--bytesconv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytesconv.go b/bytesconv.go
index 79896e8..374092a 100644
--- a/bytesconv.go
+++ b/bytesconv.go
@@ -11,11 +11,11 @@ import (
"math"
"net"
"reflect"
+ "runtime"
"strings"
"sync"
"time"
"unsafe"
- "runtime"
)
// AppendHTMLEscape appends html-escaped s to dst and returns the extended dst.