Add envdoc (#5142)

This commit is contained in:
Kirill 2023-12-18 10:44:19 +04:00 committed by GitHub
parent 6051ff629e
commit 768d097255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3075,6 +3075,7 @@ _Plugin for text editors and IDEs._
## Go Generate Tools ## Go Generate Tools
- [envdoc](https://github.com/g4s8/envdoc) - generate documentation for environment variables from Go source files.
- [generic](https://github.com/usk81/generic) - flexible data type for Go. - [generic](https://github.com/usk81/generic) - flexible data type for Go.
- [genny](https://github.com/cheekybits/genny) - Elegant generics for Go. - [genny](https://github.com/cheekybits/genny) - Elegant generics for Go.
- [gocontracts](https://github.com/Parquery/gocontracts) - brings design-by-contract to Go by synchronizing the code with the documentation. - [gocontracts](https://github.com/Parquery/gocontracts) - brings design-by-contract to Go by synchronizing the code with the documentation.