From 13729196b26e63a62ba9ae13e7b8f3b71afe1ac1 Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 22 Nov 2016 10:10:26 +0300 Subject: [PATCH] Update README.md (#1188) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48e083dd..4fe3422f 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Tools to enhance the language with features like generics via code generation* +* [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. * [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. * [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions.