package main import ( "nixcn-cms/logger" "nixcn-cms/server" ) func main() { logger.Init() server.Start(":8000") }