How to export package documentation with css using godoc?

1

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
    
asked by anonymous 02.06.2018 / 02:04

0 answers