Tests communicate a lot of information, to readers, other developers, and
even our future selves. Well-written tests focus on a single unit of
behaviour that can be described in a brief sentence, and we can use that
sentence as the name of the test.
Tests communicate a lot of information, to readers, other developers, and
even our future selves. Well-written tests focus on a single unit of
behaviour that can be described in a brief sentence, and we can use that
sentence as the name of the test.
The Microsoft builds of the Go security patches released today, April 4, are now available for download.
The post Go 1.22.2-1 and 1.21.9-1 Microsoft builds now available appeared first on Microsoft for Go Developers.
A detailed walkthrough of the xz attack shell script.
A detailed timeline of the xz open source attack, from 2021 to 2024.
Happy Easter!
The second release of 2024 is here!
It’s the result of 2 months of work by me and many contributors, aiming on
releasing a v2 soon.
Highlights
new: automatically update the description/readme on Docker Hub (only on Pro)
new: added goreleaser verify-license c...
#502 — April 2, 2024
Unsub | Web Version
🐣 A quick note to say Go Weekly is taking next Tuesday off, as part of some Easter break-taking. We'll be back on Tuesday, April 16 :-)__Your editor, Peter Cooper
Go Weekly
Freeze: Gen...
"Lessons in Chemistry: A Novel" by Bonnie Garmus - a research chemist finds
her way in the world following multiple personal tragedies and facing extreme
gender discrimination. I have some mixed feelings about this book. On one hand
it's original, enternaining, well-wr...
There’s an easy, pleasant, and reliable way to build software in Go, guided
by tests. Let’s find out what it’s like to program with confidence, in the
first part of this TDD tutorial series.