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

Fix refactor issue

This commit is contained in:
Caleb Bassi 2018-09-06 16:46:19 -07:00
parent b227bd5277
commit c54abcd54e

View File

@ -13,7 +13,7 @@ import (
)
func main() {
err := ui.Init()
ui.Init()
defer ui.Close()
sinps := (func() map[string][]float64 {