diff options
author | Wolfy-J <[email protected]> | 2018-06-03 13:00:58 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-03 13:00:58 +0300 |
commit | 00eaa539e333184bdfb73fe3347bc5358de8a551 (patch) | |
tree | e323ff9acd8ee769aedcc26e036664dafa6031d0 /http/data.go | |
parent | d1290a636e70d1797261c189285cc6fc6310a0be (diff) |
go fmt
Diffstat (limited to 'http/data.go')
-rw-r--r-- | http/data.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/data.go b/http/data.go index b84150ee..e6b8344f 100644 --- a/http/data.go +++ b/http/data.go @@ -1,8 +1,8 @@ package http import ( - "strings" "net/http" + "strings" ) const maxLevel = 127 |