# gomod-index simple and stupid go module thingy. ## usage ``` $ gomod-index -l "" -m "" -g "" ... ``` this will listen on "liten on" and will redirect go get requests to "/mod" to git repo at "/mod". ## licence ISC (see 'LICENCE').