moonstream/nodes/node_balancer/main.go

10 wiersze
120 B
Go
Czysty Zwykły widok Historia

2021-12-20 12:53:54 +00:00
package main
import (
"github.com/bugout-dev/moonstream/nodes/node_balancer/cmd"
2021-12-20 12:53:54 +00:00
)
func main() {
cmd.InitServer()
}