fix importation

This commit is contained in:
wanzysky 2016-11-10 18:59:13 +08:00
parent a6fbfcb5c7
commit f5d3d35ce0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package main
import "termui"
import "github.com/gizak/termui"
func main() {
err := termui.Init()