Remove GetRandomPreferredHost usage

This commit is contained in:
Ben Sarmiento
2024-01-26 17:58:31 +01:00
parent 29a11ec286
commit 8d4cdbbd1f
3 changed files with 6 additions and 18 deletions

View File

@@ -1,6 +1,8 @@
package config
import "math/rand"
import (
"math/rand"
)
type ConfigInterface interface {
GetConfig() ZurgConfig