我正在使用go代码在终端本身上绘制图形。我在golang中找到了这个(https://github.com/gizak/termui)。并使用这个(https://github.com/gizak/termui/blob/master/_example/gauge.go)在我的代码中绘制图形。问题是这样的,正如我们在代码(https://github.com/gizak/termui/blob/master/_example/gauge.go)中看到的那样,它们在最后一起传递了g0、g1、g2、g3“termui.Render(g0,g1,g2,g3,g4)”。就我而言,我不知道事先要