all repos — gomod-index @ main

simple go get handler

80447de8
add documentation and change http bad request to not found
la-ninpre aaoth@aaoth.xyz
Sat, 02 Dec 2023 12:59:43 +0300
8cb0ced3
licence: fix copyright year
la-ninpre aaoth@aaoth.xyz
Fri, 01 Dec 2023 18:20:20 +0300
e23af243
readme: fix typos
la-ninpre aaoth@aaoth.xyz
Fri, 01 Dec 2023 18:18:44 +0300

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’).

clone
git clone https://git.aaoth.xyz/gomod-index