mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-09 15:25:20 +02:00
Fix lint issues
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user