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