--
You received this message because you are subscribed to the Google Groups "golang-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can you put nginx in front of godoc and redirect any request that doesn't match the prefix you want you the root of your prefix?
That would be great. Andrew, do you have a good sense of how tightly is the golang.org content and style integrated into the godoc source code? I wonder if the two could be separated so that one could repurpose godoc simply by providing an alternative set of assets.
Hello golang-dev,Is there an option / mechanism to exclude the Go standard library packages (and "Other packages") from showing up in the godoc http server? The reason I ask is that we are trying to create a web site that serves documentation only for the Go packages of our Go project and ideally we would like to make use of godoc.