Go 1.17 Release Notes
golang.org
Go 1.17 Release Notes
1–10 of 222 posts
Re: Go 1.17 Release Notes
#2Re: Go 1.17 Release Notes
#3Re: Go 1.17 Release Notes
#4Re: Go 1.17 Release Notes
#5Re: Go 1.17 Release Notes
#6Never tried to write Go before, maybe it’s time that I stop by.
Re: Go 1.17 Release Notes
#7I use VSCode a lot, and in VSCode you can press "F12" to jump to the location of a function definition. In Go I find myself deep diving into github libraries all the time just because F12 takes me there. That never happened with C/C++ - the tooling was just too disparate and fragile.
My biggest complaint with Go is lack of generics. I mean technically you can achieve generics with an unholy empty interface/reflection incantation but it's a huge pain compared to C++.
Re: Go 1.17 Release Notes
#8At first I didn't like Go because I thought it was too opinionated. But the more I used it, the more I found the tooling to be just heads and shoulders above similar languages like C/C++. I use VSCode a lot, and in VSCode you can press "F12" to jump to the location of a function definition. In Go I find myself deep diving into github libraries all the time just because F12 takes me there. That never happened with C/C…
Re: Go 1.17 Release Notes
#9[1] https://groups.google.com/g/golang-dev/c/U7eW9i0cqmo/m/ffs0t...
Re: Go 1.17 Release Notes
#10Golang release no longer excites me in a good way - I know my old aws hosted apps continue to work, as do my pet projects