From 10113f2c96092ae50fa05e233161057af4a16e2c Mon Sep 17 00:00:00 2001 From: spekary Date: Tue, 22 Mar 2022 22:26:36 -0700 Subject: [PATCH] Renaming category now that Go has native generics --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ea295a0..aaaa4297 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Forms](#forms) - [Functional](#functional) - [Game Development](#game-development) - - [Generation and Generics](#generation-and-generics) + - [Generators](#generators) - [Geographic](#geographic) - [Go Compilers](#go-compilers) - [Goroutines](#goroutines) @@ -1043,9 +1043,9 @@ _Awesome game development libraries._ **[⬆ back to top](#contents)** -## Generation and Generics +## Generators -_Tools to enhance the language with features like generics via code generation._ +_Tools that generate Go code._ - [efaceconv](https://github.com/t0pep0/efaceconv) - Code generation tool for high performance conversion from interface{} to immutable type without allocations. - [gen](https://github.com/clipperhouse/gen) - Code generation tool for ‘generics’-like functionality.