Merge pull request #107 from jcbwlkr/doc

Fix example program in doc.go
This commit is contained in:
Zack Guo 2016-10-17 13:12:21 -04:00 committed by GitHub
commit f309f2b73c
1 changed files with 2 additions and 0 deletions

2
doc.go
View File

@ -22,6 +22,8 @@ A simplest example:
g.BorderLabel = "Gauge"
ui.Render(g)
ui.Loop()
}
*/
package termui