dm
/
vain
forked from sm/vain
1
0
Fork 0
a simple go tool vanity url server.
Go to file
Stephen McQuay 557717c138 Prevent addition of duplicate path prefixes.
I think I understand this now; the failure comes from here:

https://golang.org/src/cmd/go/vcs.go#L818

and makes it so one can't both host:
- github.com/foo
- github.com/foo/bar

which would have to clone the latter inside of the former.

Fixes #1.
2016-02-13 10:46:09 -08:00
cmd/ysvd simple in-memory storage working for POST/GET 2016-02-13 01:18:18 -08:00
doc.go simple in-memory storage working for POST/GET 2016-02-13 01:18:18 -08:00
licence.txt init 2016-02-08 00:00:39 -08:00
readme.md moved ysv -> vain 2016-02-13 00:17:12 -08:00
server.go Prevent addition of duplicate path prefixes. 2016-02-13 10:46:09 -08:00
storage.go Prevent addition of duplicate path prefixes. 2016-02-13 10:46:09 -08:00
vain.go bit more docs 2016-02-13 00:17:12 -08:00
vain_test.go Prevent addition of duplicate path prefixes. 2016-02-13 10:46:09 -08:00

readme.md

vain

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

installation

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

running server

$ ysvd