Dan Sheffner Tech Info

Golang Docs With Colors

I came across this tweet that mentioned this git repo.
I always used godoc on the terminal but then I saw it was capable of color highlighting. :)

go get -u github.com/inancgumus/godocc

This is so nice to have: image

It isn’t perfect for example if you look at the fmt package you will see allot of things that should not be highlighted.

You can also change the styling by doing:

export GODOCC_STYLE="dracula"