Fix example

This commit is contained in:
Syohei YOSHIDA 2015-04-14 17:25:25 +09:00
parent 6a92b4408c
commit 3f0b482c87
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func main() {
ui.Render(p, list, g, sp, lc, bc, lc1, p1)
}
evt := EventCh()
evt := ui.EventCh()
i := 0
for {
select {