From c54abcd54ebe074a2c4109d4a1f938582d11ef28 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Thu, 6 Sep 2018 16:46:19 -0700 Subject: [PATCH] Fix refactor issue --- _examples/linechart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {