After writing my package
I know that it is possible to generate an html page with all the documentation provided through comments in my code;
godoc -html github.com/user/package > index.html
But the generated file ( index.html
) has no css, is there a way to use the same style that is used if we use godoc
with the -http
flag?
dogoc -http=:6060