From 98e5c026c2dd1b166d7da94da4d2f4fcc3b62141 Mon Sep 17 00:00:00 2001 From: Pieter Claerhout Date: Mon, 25 Nov 2019 22:00:21 +0100 Subject: [PATCH] pieterclaerhout/go-xray (#2818) * Added go-xray * Added the missing trailing dot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e7cc9f8..92d3d610 100644 --- a/README.md +++ b/README.md @@ -747,6 +747,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [go-xray](https://github.com/pieterclaerhout/go-xray) - Helpers for making the use of reflection easier. * [goderive](https://github.com/awalterschulze/goderive) - Derives functions from input types. * [gotype](https://github.com/wzshiming/gotype) - Golang source code parsing, usage like reflect package. * [GoWrap](https://github.com/hexdigest/gowrap) - Generate decorators for Go interfaces using simple templates.