serverctl/services/entry/main.go

8 lines
69 B
Go

package main
import "serverctl/cmd/app"
func main() {
app.Run()
}