refactor: code review

This commit is contained in:
meilin.huang
2022-08-10 19:46:17 +08:00
parent f2d9e7786d
commit f913510d3c
16 changed files with 232 additions and 128 deletions

View File

@@ -5,7 +5,5 @@ import (
)
func main() {
starter.PrintBanner()
starter.InitDb()
starter.RunWebServer()
}