This commit is contained in:
Bradley Cicenas
2017-11-28 13:40:43 +00:00
parent fb5c825cf6
commit 28389aa38c
2 changed files with 8 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
package widgets package widgets
import ( import (
ui "github.com/gizak/termui"
"fmt" "fmt"
ui "github.com/gizak/termui"
) )
type TextView struct { type TextView struct {