From 46529e5aa94b34a4ded2e1949cbc15ef857bb898 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 4 Jul 2017 22:55:52 -0300 Subject: [PATCH] organize imports --- pipeline/cleandist/dist.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pipeline/cleandist/dist.go b/pipeline/cleandist/dist.go index 5e352a1aa..f347130e1 100644 --- a/pipeline/cleandist/dist.go +++ b/pipeline/cleandist/dist.go @@ -3,10 +3,8 @@ package cleandist import ( - "io/ioutil" - "fmt" - + "io/ioutil" "os" "github.com/apex/log"