From ec1efc651c65af7ed9f05fdb6565fbfc6da40a78 Mon Sep 17 00:00:00 2001 From: hubvue <1191340528@qq.com> Date: Wed, 29 Dec 2021 10:46:33 +0800 Subject: [PATCH] feat(command-tool): add json2type --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1250990..53ae063 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ * [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/) * [**Go**: _Go CLI tutorial: fortune clone_](https://flaviocopes.com/go-tutorial-fortune/) * [**Nim**: _Writing a stow alternative to manage dotfiles_](https://xmonader.github.io/nimdays/day06_nistow.html) +* [**Go**: _Converting JSON to Go struct (more than Go struct) with Go_](https://github.com/hubvue/json2type) #### Build your own `Database`