chore: update text prompt

This commit is contained in:
JustSong
2023-04-17 21:25:58 +08:00
parent 578f60c971
commit b063f1cbcc
2 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ var indexPage []byte
func main() {
common.SetupGinLog()
common.SysLog("system started")
common.SysLog("Message Pusher " + common.Version + " started")
if os.Getenv("GIN_MODE") != "debug" {
gin.SetMode(gin.ReleaseMode)
}