diff options
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 |