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