1
0
mirror of https://github.com/gizak/termui.git synced 2025-04-24 13:48:50 +08:00

fix importation

This commit is contained in:
wanzysky 2016-11-10 18:59:13 +08:00
parent a6fbfcb5c7
commit f5d3d35ce0

View File

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