From 08d8119e4d870e866aca6c5fd96ec7fa2d0bd435 Mon Sep 17 00:00:00 2001 From: Nikolay Dubina Date: Thu, 21 Mar 2024 10:42:55 +0800 Subject: [PATCH] added go-enum-encoding --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7dd52257..c1277fa4 100644 --- a/README.md +++ b/README.md @@ -1201,6 +1201,7 @@ _Tools that generate Go code._ - [copygen](https://github.com/switchupcb/copygen) - Generate type-to-type and type-based code without reflection. - [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-enum-encoding](https://github.com/nikolaydubina/go-enum-encoding) - Code generation for enum encoding from code comments. - [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. - [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.