Doing native UI in Go isn't something I would recommend a total newbie to
programming to do as most if not all the tutorials you would find would be
written for C/C++.
So then you would have to figure out how to translate that to the Go
bindings or maybe even have to write parts of the program i
I've never worked with it but it looks like GTK might be a good choice.
It's cross platform and says there is a version for Go.
https://www.gtk.org/language-bindings.php
On Monday, September 3, 2018 at 12:49:12 PM UTC-4, Diego Rocha wrote:
>
> What UI framework are you using in production? I'