diff --git a/_examples/linechart.go b/_examples/linechart.go index e8be1f7..641fb62 100644 --- a/_examples/linechart.go +++ b/_examples/linechart.go @@ -13,7 +13,7 @@ import ( ) func main() { - err := ui.Init() + ui.Init() defer ui.Close() sinps := (func() map[string][]float64 {