sm 479ef2b786 match on package substring
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
2016-06-28 21:52:26 -07:00
2016-06-25 13:41:19 -07:00
2016-05-23 23:54:35 -07:00
2016-06-25 13:41:20 -07:00
2016-06-05 22:41:56 -07:00
2016-06-25 13:41:20 -07:00
2016-06-24 01:04:32 -07:00
2016-06-25 13:37:23 -07:00
2016-05-23 22:45:36 -07:00
2016-06-28 21:52:26 -07:00
2016-06-28 21:52:26 -07:00
2016-06-25 13:41:19 -07:00
2016-06-05 22:41:56 -07:00
2016-02-16 23:30:00 -08:00
2016-06-25 13:37:23 -07:00
2016-06-25 14:17:40 -07:00
2016-06-25 13:41:20 -07:00
2016-06-25 13:37:23 -07:00
2016-06-25 13:37:23 -07:00
2016-06-25 13:37:23 -07:00
2016-06-25 13:41:19 -07:00

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
S
Description
a simple go tool vanity url server.
Readme
3.3 MiB
Languages
Go 83.3%
HTML 14.3%
JavaScript 2.1%
CSS 0.3%