From bc9cdc1dae88549e2e067bcdf9a209672f374f49 Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 31 Jan 2022 15:09:08 +0100 Subject: [PATCH] Add Ginkgo - A Modern Testing Framework for Go --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index bb7ae34..d028347 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -1354,6 +1354,7 @@ See also [Shell aliases](../README.md#shell-aliases) * [Loris Cro](https://kristoff.it/blog/why-go-and-not-rust/) - (2019) Why Go and not Rust? | What's the role of Go in a universe where Rust exists? * [gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) - Terratest is a Go library that makes it easier to write automated tests for your infrastructure code. **See also** [Official Website](https://terratest.gruntwork.io/) * [Ayooluwa Isaiah](https://freshman.tech/linting-golang/) - (2021) A guide to linting Go programs +* [onsi/ginkgo](https://github.com/onsi/ginkgo) - A Modern Testing Framework for Go ## Groovy * [Stack Overflow](https://stackoverflow.com/questions/35187151/using-groovy-how-do-you-pipe-multiple-shell-commands) - how to pipe multiple shell commands