mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
fix sim and run gofmt
This commit is contained in:
parent
240841eb38
commit
da928af361
3 changed files with 6 additions and 8 deletions
|
@ -169,4 +169,3 @@ func (s *searches) checkDHTRes(info *searchInfo, res *dhtRes) bool {
|
|||
delete(s.searches, res.Dest)
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
|
@ -511,4 +511,3 @@ func (r *dhtRes) decode(bs []byte) bool {
|
|||
}
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue