mirror of
https://github.com/netbirdio/netbird.git
synced 2025-07-18 07:04:57 +02:00
6 lines
88 B
Go
6 lines
88 B
Go
package configurer
|
|
|
|
import "errors"
|
|
|
|
var ErrPeerNotFound = errors.New("peer not found")
|