From 3580eeaebd2382ce47d6db5d5480e9566f968a76 Mon Sep 17 00:00:00 2001 From: SwitchUpCB <81384235+switchupcb@users.noreply.github.com> Date: Thu, 28 Apr 2022 12:38:38 -0500 Subject: [PATCH] remove pkgreflect --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4338a407..60ff0654 100644 --- a/README.md +++ b/README.md @@ -1132,7 +1132,6 @@ _Tools that generate Go code._ - [GoWrap](https://github.com/hexdigest/gowrap) - Generate decorators for Go interfaces using simple templates. - [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. - [jennifer](https://github.com/dave/jennifer) - Generate arbitrary Go code without templates. -- [pkgreflect](https://github.com/ungerik/pkgreflect) - Go preprocessor for package scoped reflection. - [typeregistry](https://github.com/xiaoxin01/typeregistry) - A library to create type dynamically. **[⬆ back to top](#contents)**