Hi,
I’m releasing my first open-source Go project called: DocServ
It is a documentation browser that takes your markdown files and turns them into HTML.

The idea come from a CLI tool we developed at work and the lack of markdown capabilities that Stash offers and that we got used to from Github flavored markdown. Now our CLI tool can be called with the command ‘docs’ and this documentation browser will be shown.
Since this is my first release, I’d love to get some feedback on the code/project.