From 933b49d09563cae768fc03eb5aa30141850f012f Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Mon, 13 Apr 2020 18:24:15 +0300 Subject: [PATCH] cleanup --- ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.go b/ui.go index c68222a..722f2ab 100644 --- a/ui.go +++ b/ui.go @@ -15,8 +15,8 @@ import ( "unicode" "unicode/utf8" - "github.com/mattn/go-runewidth" "github.com/doronbehar/termbox-go" + "github.com/mattn/go-runewidth" ) const gEscapeCode = 27