[fix] import order

pull/83/head
Adam Tauber 7 years ago
parent 85147bed2d
commit ed86f0e1ac

@ -3,6 +3,7 @@ package main
import ( import (
"bytes" "bytes"
"compress/gzip" "compress/gzip"
"crypto/tls"
"errors" "errors"
"fmt" "fmt"
"io" "io"
@ -23,8 +24,6 @@ import (
"github.com/asciimoo/wuzz/config" "github.com/asciimoo/wuzz/config"
"github.com/asciimoo/wuzz/formatter" "github.com/asciimoo/wuzz/formatter"
"crypto/tls"
"github.com/jroimartin/gocui" "github.com/jroimartin/gocui"
"github.com/mattn/go-runewidth" "github.com/mattn/go-runewidth"
) )

Loading…
Cancel
Save