#493 — January 30, 2024 |
|
Go Weekly |
The Latest Go Developer Survey is Now Open — 2024’s first official Go Developer Survey is out (you can take it here) and the Go team is ready for your feedback. It closes on February 11th, so don’t wait too long. Things that we share do end up affecting the future of Go, so it’s worth doing. Here’s the results of the last survey, if you want to see how it tends to shake out. The Go Team |
Go 1.22 Release Candidate 2 Released — Reminding us that we’re just weeks from the final release of Go 1.22, the second RC is here. The draft release notes have been updated somewhat and act as a good introduction to what improvements 1.22 gains, if you want to get ahead of the story. Cherry and Carlos (Go Team) |
Help GopherConEU in Athens, Greece be a Memorable Event! — Join GopherConEU in Athens, Greece between February 6 - 8th, 2024. Bill Kennedy and Miki Tebeka are part of GopherConEU Training workshops sharing cutting edge Go engineering best practices, libraries, frameworks, performance optimization, and more. Ardan Labs & GopherConEU sponsor |
What’s New in Go 1.22: Carlana Johnson |
QUICK BITS:
|
▶ The Future of JSON in Go — Tailscale’s Joe Tsai takes a tour through the world of JSON parsing and generation in Go, showing off problems with current approaches and going into the work on Joe Tsai |
Building a Go Static Site Generator Using elem-go and goldmark — Rather than use something like Hugo, you could use some libraries to roll your own static site generator. There’s also a template app to get started quickly. Chase Fleming |
🛠 Code & Tools |
Memos: A Privacy-First Go-Powered Note Taking App — A complete, MIT-licensed note taking webapp that you can self host. It uses Echo as a framework and stores its data with SQLite. GitHub repo. Memos Contributors |
gofumpt 0.6: A Stricter Daniel Martí |
Try a Lightning-Fast Pairing Tool Built with You in Mind — Tuple will change the way you think about pair programming. Try it with your team free for 14 days, no card required. Tuple sponsor |
goja: An ECMAScript/JavaScript Engine in Pure Go — Want to add JS-based scripting functionality to your Go apps? This gives you an option that doesn’t involve bringing in an external engine. For an example of how it might be used, check out the next item.. Dmitry Panov |
k6: A Go-Powered Load Testing Tool — A full-featured, configurable load generation tool that uses the goja engine (above) to support writing test scripts in JavaScript. (AGPL licensed.) Grafana Labs |
Grape: A New Zero-Dependency HTTP Library for Go — “A thin wrapper around the standard library, providing helper functions to facilitate faster and easier development. Adding only a single dependency to your projects.” Hossein Yazdani |
|
🧊 tinygo-wasm-webgl-demo — A small repo showing off how to use TinyGo, WebAssembly and WebGL to create a simple 3D graphical demo that runs in the browser. Andriy Semenets |
|