From adb034d6acadf37a1604b74dbc8eecfdffc5eb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E8=BE=9B=E6=A0=BC?= <xg.gao@tianrang-inc.com> Date: Wed, 12 Jun 2019 16:17:58 +0800 Subject: [PATCH] new import clause for third-party package --- common/logger/logger_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/logger/logger_test.go b/common/logger/logger_test.go index e1dd75e34..e29b7cbc8 100644 --- a/common/logger/logger_test.go +++ b/common/logger/logger_test.go @@ -22,7 +22,9 @@ import ( "path/filepath" "runtime" "testing" +) +import ( "github.com/stretchr/testify/assert" ) -- GitLab