From e348117fd53ec37edb9ad8b92ed770d1cf7727c5 Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 7 Feb 2022 11:14:32 +0100 Subject: [PATCH] Go - (2019) Why Generics? --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index 94fa262..bc9cdb4 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -1370,6 +1370,7 @@ See also [Shell aliases](../README.md#shell-aliases) * [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 * [ichiban/prolog](https://github.com/ichiban/prolog) - The only reasonable scripting engine for Go. +* [Ian Lance Taylor](https://go.dev/blog/why-generics) - (2019) Why Generics? ## Groovy * [Stack Overflow](https://stackoverflow.com/questions/35187151/using-groovy-how-do-you-pipe-multiple-shell-commands) - how to pipe multiple shell commands