remove pkgreflect

This commit is contained in:
SwitchUpCB 2022-04-28 12:38:38 -05:00 committed by Avelino
parent cc11b8c68a
commit 3580eeaebd

View File

@ -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)**