🎉 Go 1.20 is released! 📝 Release notes: go.dev/doc/go1.20 ⬇️ Download: go.dev/dl/#go1.20 #golang
@golang Quick guide: Go 1.20 features medium.com/@emreodabas_20…
@golang @croloris Thanks to following the zig wasm bootstrap work, I understand the cryptic bootstrap section of the release notes: go.dev/doc/go1.20#boo… Their current path is cc->go1.4->go1.17->go1.20
@golang Whoa, you can install Go with the `go` tool? Did `gvm` get merged into the Go toolchain?
@golang Great! I need to upgrade the production server from 1.17 to 1.20 soon.
@golang @NimAlgorithm Why this late? 1.20 released after six month
@golang This news is not send to go-news channel in Discord Gophers group. discord.com/channels/11845…
@golang Feels great to see open ends fixed one at a time. 🙏💓 Unfortunatepy, the ugly context continues to grow as well. What are users supposed to do with cause? No code should ever discard errors, unless the error is fully understood. Perhaps log and report then? 🙄