1 2 3 4 5 6 7 8 9 10
# godocs HTML generator for the docs site. ## Build ``` go build -o godocs ``` The `-o` is important, otherwise the binary ends up being called `godocs.git`.