aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: afc6cea20e529716ea97dff4a8e9c4ac129aac6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# gomod-index

simple and stupid go module thingy.

## usage

```
$ go install aaoth.xy/la-ninpre/gomod-index@latest
$ gomod-index -l "<listen on>" -m "<mod root>" -g "<repo root>"
...
```

this will listen on "\<listen on\>" and will redirect
go get requests to "\<mod root\>/mod" to git repo at "\<repo root\>/mod".

## licence

ISC (see 'LICENCE').