fixed package name

This commit is contained in:
vivek kumar 2018-03-14 15:33:29 +05:30
parent 755d6c63d4
commit 5ad405ae99

View File

@ -1,7 +1,7 @@
package main
import (
ui "vivek-go/clui"
ui "github.com/Viv1k/clui"
termbox "github.com/nsf/termbox-go"
)