README.md (view raw)
1# gomod-index
2
3simple and stupid go module thingy.
4
5## usage
6
7```
8$ gomod-index -l "<listen on>" -m "<mod root>" -g "<repo root>"
9...
10```
11this will listen on "liten on" and will redirect
12go get requests to "<mod root>/mod" to git repo at "<repo root>/mod".
13
14## licence
15
16ISC (see 'LICENCE').