ok Considered Harmful? — “Just like there’s an unwritten law that every error variable in Go must be named err , there’s an unwritten law that every map existence variable in Go must be named ok .” But Zach thinks we can, and should, look at doing better.
Zach Musgrave
|
🗣️ Do Gophers Really Tend to Build Everything From Scratch? — Over on Reddit, a developer new to Go wondered why Go has few large scale frameworks and whether we tend to just build everything from scratch. The top response sums up a typical Go approach well – we have lots of great libraries, and Go makes it easy to compose them together. Full thread.
Reddit
|
Building a Web App with Go and React — The goal of this series seems to be to show off JetBrains’ GoLand IDE, with less focus on the design of the app itself. This does not, however, mean it’s not useful to see how the parts come together.
Ryan Peden (JetBrains)
|
Create a DNS Resolver with Go — There are plenty of ways to do this quickly, but if you want to dig into the packets and learn how it works, why not?
Domenico Luciani
|
-
GoReleaser 1.26 – Build/release binaries for multiple platforms. It's anticipated to be the last minor v1 release prior to an eventual v2.
-
UUID 5.2 – RFC-9562-compliant UUID generation library. Now with updates to UUID v6 and v7 to match new specs.
-
Go Open |
|