release: v0.0.1

This commit is contained in:
2021-12-15 14:54:27 +03:00
parent c50906ede1
commit c0b773eb5b
7 changed files with 76 additions and 6 deletions

View File

@@ -56,6 +56,9 @@ func main() {
}
server.RpcClient = rpc.NewRpcClient(conf.String("rpc.endpoint"))
log.Info().
Str("module", "main").
Msg("starting server")
if err := server.Start(fmt.Sprintf(":%s", conf.String("server.port")), ginMode); err != nil {
log.Fatal().