discryptord icon indicating copy to clipboard operation
discryptord copied to clipboard

DrawChart: unkown field Show

Open existful opened this issue 5 years ago • 0 comments

Hello, I got this error, i test it with go1.14/1.13/1.12/1.11/1.10 without success.

[devone]-[~]: go get -u github.com/flamingyawn/discryptord
# github.com/flamingyawn/discryptord/lib/drawer
lib/drawer/DrawChart.go:58:4: unknown field 'Show' in struct literal of type chart.Style
lib/drawer/DrawChart.go:68:4: unknown field 'Show' in struct literal of type chart.Style
lib/drawer/DrawChart.go:78:4: unknown field 'Show' in struct literal of type chart.Style
lib/drawer/DrawChart.go:89:5: unknown field 'Show' in struct literal of type chart.Style
lib/drawer/DrawChart.go:99:5: unknown field 'Show' in struct literal of type chart.Style
lib/drawer/DrawChart.go:110:5: unknown field 'Show' in struct literal of type chart.Style
lib/drawer/DrawChart.go:139:5: unknown field 'Show' in struct literal of type chart.Style
lib/drawer/DrawChart.go:144:23: unknown field 'Show' in struct literal of type chart.Style

Kind regards, existful

existful avatar May 08 '20 23:05 existful