mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
fd67892cb4
Refactor the flat code structure
6 lines
88 B
Go
6 lines
88 B
Go
package configurer
|
|
|
|
import "errors"
|
|
|
|
var ErrPeerNotFound = errors.New("peer not found")
|