a simple go tool vanity url server.
Stephen McQuay (smcquay)
295a7c3840
the go tool currenty has a pathology where it mistakingly claims it can't clone a repo because it checks prefix by bytes, not by splitting the path on slash. Once https://github.com/golang/go/issues/15947 comes out (go1.8) then go tools will be able to handle being provided with valid but overlapping packages. For now though we'll just return meta for the requested package. Change-Id: Ie5026e7d5c1377ff7d2c2140b21f9b745af69764 |
||
---|---|---|
_static | ||
cmd/vaind | ||
errors | ||
sql | ||
static | ||
vendor/github.com | ||
.gitignore | ||
api_test.go | ||
contributing.md | ||
db.go | ||
doc.go | ||
gen.go | ||
licence.txt | ||
readme.md | ||
server.go | ||
testing.go | ||
vain_test.go | ||
vain.go |
vain
vaind
is a vanity url server for use by the go
tool.
installation
$ go get mcquay.me/vain/cmd/vaind
running server
$ vaind