Discover Packages
aaoth.xyz/la-ninpre/gomod-index
command
module
Version:
v0.0.0-...-80447de
Opens a new window with list of versions in this module.
Published: Dec 2, 2023
License: ISC
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
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').
Expand ▾
Collapse ▴
Documentation
¶
gomod-index is a simple http redirector for go modules.
it listens on a specified address and port and handles go get
requests to a git repo. it is designed to be run behind a tls-terminating
reverse-proxy.
usage:
gomod-index [-l listen_addr] [-m module_root] [-g git_repo_root]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.