From 191242af027464ffe62e17873c6cc32ebf08564a Mon Sep 17 00:00:00 2001 From: Pieter Claerhout Date: Mon, 11 Nov 2019 14:45:21 +0100 Subject: [PATCH 1/2] Added go-xray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 235e33e2818..7cd12715aa7 100644 --- a/README.md +++ b/README.md @@ -746,6 +746,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. From 96ef398f38a272ac7dd6eb5f563e6b33dcf186dd Mon Sep 17 00:00:00 2001 From: Pieter Claerhout Date: Mon, 11 Nov 2019 14:50:05 +0100 Subject: [PATCH 2/2] Added the missing trailing dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cd12715aa7..963c08d7743 100644 --- a/README.md +++ b/README.md @@ -746,7 +746,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 +* [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.