Skip to content

Commit 98ce757

Browse files
authored
wiki/projects: add envdoc documentation tool
Add `envdoc` go generator tool which can extract documentation for environment variables from go source files and build Markdown, HTML and plaintext documents. Already added to awesome-go repo: avelino/awesome-go@768d097
1 parent 8d6ea98 commit 98ce757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ See also [SQLDrivers page](SQLDrivers).
753753

754754
### Documentation
755755

756+
* [envdoc](https://github.com/g4s8/envdoc) - Generate documentation for environment variables from Go source files.
756757
* [godocdown](https://github.com/robertkrimen/godocdown) - Format package documentation (godoc) as GitHub friendly Markdown
757758
* [golangdoc](https://github.com/golang-china/golangdoc) - Godoc for Golang, support translate.
758759
* [Mango](http://code.google.com/p/mango-doc/) - Automatically generate unix man pages from Go sources

0 commit comments

Comments
 (0)