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