mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-10 14:22:30 +02:00
6 lines
98 B
Go
6 lines
98 B
Go
package common
|
|
|
|
import "errors"
|
|
|
|
var ErrNotEnoughServers = errors.New("not enough servers found")
|