mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Run goimports
This commit is contained in:
parent
90f9be38c5
commit
41d890bb64
7 changed files with 23 additions and 12 deletions
|
@ -47,9 +47,9 @@ func (p *protoHandler) init(core *Core) {
|
|||
p.core = core
|
||||
p.nodeinfo.init(p)
|
||||
|
||||
p.selfRequests = make(map[keyArray]*reqInfo)
|
||||
p.selfRequests = make(map[keyArray]*reqInfo)
|
||||
p.peersRequests = make(map[keyArray]*reqInfo)
|
||||
p.dhtRequests = make(map[keyArray]*reqInfo)
|
||||
p.dhtRequests = make(map[keyArray]*reqInfo)
|
||||
}
|
||||
|
||||
// Common functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue