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