From 803756f1de3f52027dbe7cf191c8d4a043a37662 Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期五, 27 九月 2019 16:38:32 +0800 Subject: [PATCH] 将fmt改成logger,需要外面初始化logger --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 8365624..ac4eecf 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ *.exe *.test +.idea +go.mod +go.sum -- Gitblit v1.8.0