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

run go fmt ./...

parent 972c76aa
No related branches found
No related tags found
No related merge requests found
......@@ -78,10 +78,10 @@ func (t RoleType) Role() string {
}
type baseUrl struct {
Protocol string
Location string // ip+port
Ip string
Port string
Protocol string
Location string // ip+port
Ip string
Port string
//url.Values is not safe map, add to avoid concurrent map read and map write error
paramsLock sync.RWMutex
params url.Values
......
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