hi there,

in all my Go-based projects I have a bunch of CI/CD tools that keep me
honest about APIs, tests, coverage and what not.

but it happens from time to time that I either break an API and/or add a
new field, a new function a new type, etc...

and it has happened also a few times that one of my user comes back to me
and says the godoc page is stale, missing the new documentation for some
type, etc...

has somebody written a tool that crawls all the packages and "subpackages"
of a repository and updates the godoc page?
this could be useful as a post-hook when merging into "master" for example.

cheers,
-s

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to