From ed86f0e1acbb8a353ddabba83b3e3303fe247383 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Wed, 1 Mar 2017 05:18:17 +0100 Subject: [PATCH] [fix] import order --- wuzz.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wuzz.go b/wuzz.go index 7d911e1..5df74bb 100644 --- a/wuzz.go +++ b/wuzz.go @@ -3,6 +3,7 @@ package main import ( "bytes" "compress/gzip" + "crypto/tls" "errors" "fmt" "io" @@ -23,8 +24,6 @@ import ( "github.com/asciimoo/wuzz/config" "github.com/asciimoo/wuzz/formatter" - "crypto/tls" - "github.com/jroimartin/gocui" "github.com/mattn/go-runewidth" )