chore(updater): shared not enough servers error

This commit is contained in:
Quentin McGaw
2022-05-28 22:02:18 +00:00
parent eb18eaf0a9
commit 22455ac76f
20 changed files with 60 additions and 91 deletions

View File

@@ -0,0 +1,5 @@
package common
import "errors"
var ErrNotEnoughServers = errors.New("not enough servers found")