explicitly name import "tcell"

This commit is contained in:
Carson McManus 2020-11-15 14:38:09 -05:00
parent 685c0af26f
commit 66d9d498b2
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ package tcell
import (
"image"
"github.com/gdamore/tcell/v2"
tcell "github.com/gdamore/tcell/v2"
"github.com/mum4k/termdash/keyboard"
"github.com/mum4k/termdash/mouse"
"github.com/mum4k/termdash/terminal/terminalapi"

View File

@ -21,7 +21,7 @@ import (
"testing"
"time"
"github.com/gdamore/tcell/v2"
tcell "github.com/gdamore/tcell/v2"
"github.com/kylelemons/godebug/pretty"
"github.com/mum4k/termdash/keyboard"
"github.com/mum4k/termdash/mouse"

View File

@ -17,7 +17,7 @@ package tcell
import (
"testing"
"github.com/gdamore/tcell/v2"
tcell "github.com/gdamore/tcell/v2"
"github.com/kylelemons/godebug/pretty"
"github.com/mum4k/termdash/cell"
"github.com/mum4k/termdash/terminal/terminalapi"