Go - (2019) Why Generics?

This commit is contained in:
Morgan 2022-02-07 11:14:32 +01:00 committed by GitHub
parent f09ec220ca
commit e348117fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 * [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 * [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. * [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 ## Groovy
* [Stack Overflow](https://stackoverflow.com/questions/35187151/using-groovy-how-do-you-pipe-multiple-shell-commands) - how to pipe multiple shell commands * [Stack Overflow](https://stackoverflow.com/questions/35187151/using-groovy-how-do-you-pipe-multiple-shell-commands) - how to pipe multiple shell commands