gizak / termui

Golang terminal dashboard
MIT License
13.14k stars 787 forks source link

Godoc "Simplest Example" Incorrect #87

Closed britannic closed 8 years ago

britannic commented 8 years ago
  1. https://godoc.org/github.com/gizak/termui
  2. "A simplest example:" code sample won't compile as g.Border.Label = "Gauge" (code line 14) is actually of type bool
  3. Should be: g.BorderLabel = "Gauge"
gizak commented 8 years ago

Fixed by https://github.com/gizak/termui/pull/84