Grantley Cullar
Grantley Cullar
> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...
The way to set the positions of widgets is through the x1 y1 coordinates in func (*Block) [SetRect](https://github.com/gizak/termui/blob/v3.1.0/v3/block.go#L92): ```go p := widgets.NewParagraph() p.Title = "Lunar" p.Text = selectedAudio p.SetRect(0, 0,...
C++ Solution for Collatz Conjecture