From 645d30adf37e92cf1c182852cb0469daa9f4b36c Mon Sep 17 00:00:00 2001 From: PandaGoAdmin <18610165312@163.com> Date: Fri, 19 Aug 2022 21:59:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=20=E6=9B=B4=E6=96=B0kit?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 ++ main.go | 1 + 2 files changed, 3 insertions(+) diff --git a/go.mod b/go.mod index 041613c..5173020 100644 --- a/go.mod +++ b/go.mod @@ -99,3 +99,5 @@ require ( gorm.io/driver/sqlserver v1.2.1 // indirect gorm.io/plugin/dbresolver v1.1.0 // indirect ) + +replace github.com/XM-GO/PandaKit => D:\GOwork\pro\PnadaX\PandaKit diff --git a/main.go b/main.go index 62a1600..fa2abc8 100644 --- a/main.go +++ b/main.go @@ -41,6 +41,7 @@ var rootCmd = &cobra.Command{ jobs.InitJob() jobs.Setup() }() + starter.RunWebServer(initialize.InitRouter()) }, }