From df300e37430d8101c5a03bb372f6884574c6a5ff Mon Sep 17 00:00:00 2001 From: ecstaticcoder Date: Sun, 21 Apr 2019 14:06:17 +0200 Subject: [PATCH] Added generis tool --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b19660fb74b..a73afe24ac2 100644 --- a/README.md +++ b/README.md @@ -686,6 +686,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [generis](https://github.com/senselogic/GENERIS) - Code generation tool providing generics, free-form macros, conditional compilation and HTML templating. * [go-enum](https://github.com/abice/go-enum) - Code generation for enums from code comments. * [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. * [goderive](https://github.com/awalterschulze/goderive) - Derives functions from input types. @@ -1441,7 +1442,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [chromedp](https://github.com/knq/chromedp) - a way to drive/test Chrome, Safari, Edge, Android Webviews, and other browsers supporting the Chrome Debugging Protocol. * [ggr](https://github.com/aerokube/ggr) - a lightweight server that routes and proxies Selenium Wedriver requests to multiple Selenium hubs. * [selenoid](https://github.com/aerokube/selenoid) - alternative Selenium hub server that launches browsers within containers. - + * Fail injection * [failpoint](https://github.com/pingcap/failpoint) - An implementation of [failpoints](http://www.freebsd.org/cgi/man.cgi?query=fail) for Golang.