a simple go tool vanity url server.
Go to file
Stephen McQuay 295a7c3840
Only return the meta for requested package
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
2016-06-05 22:41:56 -07:00
_static Fix error reporting on registration. 2016-05-22 23:10:51 -07:00
cmd/vaind fixed golint/go vet 2016-05-23 23:54:35 -07:00
errors fixed golint/go vet 2016-05-23 23:54:35 -07:00
sql move static into own package 2016-06-05 22:41:56 -07:00
static move static into own package 2016-06-05 22:41:56 -07:00
vendor/github.com vendor deps 2016-06-04 10:47:26 -07:00
.gitignore Added frontend. 2016-05-14 20:14:24 -07:00
api_test.go Only return the meta for requested package 2016-06-05 22:41:56 -07:00
contributing.md added contribution guidelines 2016-05-23 22:45:36 -07:00
db.go Only return the meta for requested package 2016-06-05 22:41:56 -07:00
doc.go fleshed out where documentation is stored. 2016-02-15 01:09:11 -08:00
gen.go move static into own package 2016-06-05 22:41:56 -07:00
licence.txt ysvd -> vaind 2016-02-16 23:30:00 -08:00
readme.md ysvd -> vaind 2016-02-16 23:30:00 -08:00
server.go Only return the meta for requested package 2016-06-05 22:41:56 -07:00
testing.go Added simple user auth 2016-04-27 21:29:48 -07:00
vain.go fixed golint/go vet 2016-05-23 23:54:35 -07:00
vain_test.go Added simple user auth 2016-04-27 21:29:48 -07:00

readme.md

vain

vaind is a vanity url server for use by the go tool.

installation

$ go get mcquay.me/vain/cmd/vaind

running server

$ vaind