From 98e7b82ffc8a9bdfaccb1de3fc4c9cf71376d567 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Tue, 5 Jun 2018 15:39:37 +0900 Subject: config: Improve golint results Signed-off-by: IWASE Yusuke --- config/util_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/util_test.go') diff --git a/config/util_test.go b/config/util_test.go index 872fac67..a34b02f4 100644 --- a/config/util_test.go +++ b/config/util_test.go @@ -16,8 +16,9 @@ package config import ( - "github.com/stretchr/testify/assert" "testing" + + "github.com/stretchr/testify/assert" ) func TestDetectConfigFileType(t *testing.T) { -- cgit v1.2.3