From a9454be93ac725826bae3c0b1c3edc4f9dbc7043 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 25 Feb 2022 09:47:00 +0100 Subject: [PATCH] TDD with Go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f18b83e..deb4adf 100644 --- a/README.md +++ b/README.md @@ -5202,6 +5202,7 @@ See also [Dotfiles / Aliases](sections/programming.md#dotfiles--aliases) * [abhivaikar/howtheytest](https://github.com/abhivaikar/howtheytest) - A collection of public resources about how software companies test their software * [Pierre Prinetti](https://medium.com/@pierreprinetti/a-pattern-for-go-tests-3468b51535) - (2018) A pattern for Go tests * [Russ Cox](https://research.swtch.com/vgo-repro) - (2018) Reproducible, Verifiable, Verified Builds (Go & Versioning, Part 5). **Related :** [Go & Versioning & other posts](https://research.swtch.com/vgo) +* [John Arundel](https://bitfieldconsulting.com/golang/tdd) - (2021) Test-driven development with Go # Transportation :train2: :oncoming_automobile: > Learn