Hello,
How do you run godoc as a web server and show documentation only about the content in the directory. say, I cloned a git repo, and went to the root and tried like
export $GOPATH=`pwd`
godoc -http=:6060
it shows the doc for all the std libraries. I like to just see the doc for the package I cloned as a web page. is it possible?
Thanks.