@ -7,6 +7,7 @@
package main
import (
"math/rand"
"os"
"os/signal"
"sync"
@ -34,6 +35,10 @@ var (
_builtAt string
)
func init() {
rand.Seed(time.Now().UnixNano())
}
func buildComponents(ccs *components.Components) error {
config, err := config.Load(ccs)
if err != nil {