summaryrefslogtreecommitdiff
path: root/http/data.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-03 13:00:58 +0300
committerWolfy-J <[email protected]>2018-06-03 13:00:58 +0300
commit00eaa539e333184bdfb73fe3347bc5358de8a551 (patch)
treee323ff9acd8ee769aedcc26e036664dafa6031d0 /http/data.go
parentd1290a636e70d1797261c189285cc6fc6310a0be (diff)
go fmt
Diffstat (limited to 'http/data.go')
-rw-r--r--http/data.go2
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