From 5831be6fb842daa2e1405e64693e0211f3e89d60 Mon Sep 17 00:00:00 2001 From: superxin Date: Fri, 7 Feb 2020 16:41:05 +0800 Subject: [PATCH] Add typeregistry (#2931) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74a95a7d..84900ec4 100644 --- a/README.md +++ b/README.md @@ -783,6 +783,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. ## Geographic