6 lines
98 B
Go
6 lines
98 B
Go
package common
|
|
|
|
import "errors"
|
|
|
|
var ErrNotEnoughServers = errors.New("not enough servers found")
|