lftk / mod

A Proxy Server for Go Modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mod

Server

go get github.com/4396/mod@latest
mod -addr=:6633

Client

export GOPROXY=http://{ServerIP}:6633

Example

go get github.com/gorilla/mux@latest
go get github.com/gorilla/mux@master
go get github.com/gorilla/mux@v1.6.2
go get github.com/gorilla/mux@e3702be
go get github.com/gorilla/mux@v0.0.0-20180517173623-c85619274f5d

About

A Proxy Server for Go Modules

License:Apache License 2.0


Languages

Language:Go 100.0%