From 768d09725525eea938814316c0f2db8d5b6ebe48 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 18 Dec 2023 10:44:19 +0400 Subject: [PATCH] Add envdoc (#5142) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b1e9c4f..9c321814 100644 --- a/README.md +++ b/README.md @@ -3075,6 +3075,7 @@ _Plugin for text editors and IDEs._ ## 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. - [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.