479ef2b786b173f69fba218552bd589578002e8f
This allows godoc.org to work on nested packages. As it stood gddo would fail trying to find nested packages. Let's say we have a vaind with this route: go.mcquay.me/vain -> https://s.mcquay.me/sm/vain Asking godoc for go.mcquay.me/vain would work fine. However trying to get documentation for go.mcquay.me/vain/errors (nested package) would return 404 since it wouldn't match known paths exactly. Since now we match and return "go.mcquay.me/vain" for the full path, gddo is able to use local caches for its information. Change-Id: I599a75898493734fc652e507f477c11b1b1b13e8
vain
vaind is a vanity url server for use by the go tool.
installation
$ go get mcquay.me/vain/cmd/vaind
running server
$ VAIN_FROM=me@example.org vaind vain.db
Languages
Go
83.3%
HTML
14.3%
JavaScript
2.1%
CSS
0.3%