From 9d19ed520ed76340b26a30a98353f873c1499406 Mon Sep 17 00:00:00 2001 From: "leitao.zhang" Date: Mon, 16 Nov 2020 19:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.go b/src/main.go index f683fa2..75927c1 100644 --- a/src/main.go +++ b/src/main.go @@ -33,6 +33,7 @@ func main() { server() } +//打包 func server() error { config.Prefix = *argPrefix handler := router.Load(ginrus.Ginrus(logrus.StandardLogger(), time.RFC3339, true)) -- 2.26.0