From 6f9597d8e898ee5852fec64f97a93cf923ff841f Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 18 May 2017 09:02:44 -0300 Subject: [PATCH] imports --- config/config_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config_test.go b/config/config_test.go index c18e25faa..c3ee5af24 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -1,14 +1,13 @@ package config import ( + "fmt" "io/ioutil" "os" "path/filepath" "strings" "testing" - "fmt" - "github.com/stretchr/testify/assert" )