Skip to content
Snippets Groups Projects
Commit 7f2d8ce9 authored by zengfanwei's avatar zengfanwei
Browse files

run go fmt ./...

parent 716ce11a
No related branches found
No related tags found
No related merge requests found
......@@ -422,8 +422,8 @@ func (c *URL) SetParam(key string, value string) {
// RangeParams will iterate the params
func (c *URL) RangeParams(f func(key, value string) bool) {
var (
flag bool
key string
flag bool
key string
value string
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment