moonstream/nodes/server/main.go

10 wiersze
113 B
Go

2021-09-28 13:44:24 +00:00
package main
import (
"github.com/bugout-dev/moonstream/nodes/server/cmd"
2021-09-28 13:44:24 +00:00
)
func main() {
2021-11-03 11:18:49 +00:00
cmd.InitServer()
2021-09-28 13:44:24 +00:00
}