From 6ce759340738ae0b804a9658deb71a7ace3b6a2c Mon Sep 17 00:00:00 2001 From: alessio Date: Mon, 5 Sep 2016 17:57:49 +0200 Subject: [PATCH] fmt import removed --- cli/exec.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/exec.go b/cli/exec.go index bedb8af..4598f56 100644 --- a/cli/exec.go +++ b/cli/exec.go @@ -3,7 +3,6 @@ package cli import ( "bufio" "bytes" - "fmt" "io" "log" "os"