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 in C and call it from Go code. Or worse, not having any tutorials at all.
If your goal is to do native UI apps, I highly suggest you start with C/C++ to make your life much easier until you've learnt enough. If you want to use/learn Go, I would suggest you start with a web app or a command line app as tutorials for those are easy to find. On Tuesday, 4 September 2018 00:49:12 UTC+8, Diego Rocha wrote: > > What UI framework are you using in production? I'm trying to do a simple > text editor, but actually I don't know what framework I should use. (I'm > new to the language and to the world of programming) thanks. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.