[fix] import order

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

@ -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"
)

Loading…
Cancel
Save