package main import ( coordinator "git.saintnet.tech/tomecraft/tome_server" ) func main() { c := coordinator.NewCoordinator() c.Start() Serve(c) }