package main import ( "github.com/bugout-dev/moonstream/nodes/node_balancer/cmd" ) func main() { cmd.InitServer() }