Fix lint issues

This commit is contained in:
Zoltan Papp
2024-07-08 21:53:20 +02:00
parent cfac8c4762
commit c3e8187a47
10 changed files with 29 additions and 29 deletions

View File

@ -66,7 +66,7 @@ func (r *Relay) Accept(conn net.Conn) {
}
func (r *Relay) Close(ctx context.Context) {
log.Infof("closeing connection with all peers")
log.Infof("close connection with all peers")
r.closeMu.Lock()
wg := sync.WaitGroup{}
peers := r.store.Peers()