I'm trying to use Godoc to generate some basic documentation for a project, but every time I do that, it adds documentation for all the Go packages as well. Is there a way to control this and have it only generate documentation for my project code?
I'm using:
godoc -http=:6060
Is there a way to control this and have it only generate documentation for my project code?
No.