Files

7 lines
101 B
Go
Raw Permalink Normal View History

2021-10-26 01:00:31 -04:00
package conf
const (
strategyRandom string = "random"
strategyLeastPing string = "leastping"
)