From 45a057cb4ee6cd1fae8e27f8ce7fee61f22f842f Mon Sep 17 00:00:00 2001 From: dqzboy <42825450+dqzboy@users.noreply.github.com> Date: Fri, 17 Feb 2023 19:14:02 +0800 Subject: [PATCH] Update main.go --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 33a48df..928112c 100644 --- a/main.go +++ b/main.go @@ -10,6 +10,7 @@ import ( "net/http" ) +//初始化 func main() { db.Init() service.K8s.Init()