⚠️ There have just been two new minor Go releases to fix a security issue in archive/zip : Go 1.17.1 and 1.16.8 |
I18n in Go: Managing Translations with x/text — You’ll learn how to use the golang.org/x packages language and message along with the gotext tool to generate i18n catalogs and localizers, as well as the workflow for creating translations. Alex Edwards |
![]() [Guide] Ship Fast. Stay Ahead of the Competition— High speed doesn't have to mean high risk. Companies like Intuit, IBM, & Atlassian don't let release processes stand in their way. Learn their strategies to move faster, safer and stay ahead of the competition. LaunchDarkly sponsor |
How We Went 'All In' on sqlc/pgx for Postgres in Go— sqlc generates Go from files of SQL queries which provide many of the same benefits as an ORM without some of the downfalls. This is not a one size fits all scenario though and is hugely a matter of preference. Brandur Leach |
QUICK BITS: Ent, a Go entity framework open sourced by Facebook, has joined the Linux Foundation. Bartek Plotka has announced a new Go book he and Frederic Branczyk are working on with O'Reilly: Efficient Go. It's due in 2022 and there's a Discord server you can join if you want to get involved or discuss Go efficiency topics in general. An example of using Go, GopherJS and Three.js to create a basic 3D graphics demo.
|
Scheduling Function Calls with Zero Allocation— The context for the research here is GUI programming (and resulting in a PR to the Fyne project) and scheduling function calls with minimal allocations. Expect to read about channels and escape analysis. Changkun Ou |
Find Tech Jobs with Hired— Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It's free for job-seekers.
Hired |
|
gron: Make JSON Greppable— A tool written in Go that transforms JSON into more easily grep pable assignments, so you can use grep and see the context/path of the result. Useful. Tom Hudson |
|