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