This commit is contained in:
Jan Delta 2022-10-06 08:50:37 +09:00
parent ee8716fc99
commit 09055e1ff6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func (p *provider) Run() {
}
var xypool = sync.Pool{
New: func() any {
New: func() interface{} {
return make(plotter.XYs, 3600)
},
}