added go-enum-encoding

This commit is contained in:
Nikolay Dubina 2024-03-21 10:42:55 +08:00 committed by GitHub
parent cceeb9de49
commit 08d8119e4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.