style: Add Start Tips

This commit is contained in:
lejianwen
2025-01-20 13:12:45 +08:00
parent 7c528facf9
commit 7d23ce3caf
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ var rootCmd = &cobra.Command{
InitGlobal()
},
Run: func(cmd *cobra.Command, args []string) {
//gin
global.Logger.Info("API SERVER START")
http.ApiInit()
},
}