Skip to content
/ xmod Public

⏩ Basic Go module proxy interface & multiplexer

License

Notifications You must be signed in to change notification settings

jcbhmr/xmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmod

🆕 Extensions to the golang.org/x/mod module

  • gomodzip: Create & read Go module zip files CLI
  • gomodproxy: Basic Go module proxy server CLI
  • proxy: Go module proxy client & server interfaces
  • zip: Additional io/fs.FS interface support for the existing x/mod/zip package

Installation

go install github.com/jcbhmr/xmod/gomodzip@latest
go install github.com/jcbhmr/xmod/gomodproxy@latest
go get github.com/jcbhmr/xmod

Development

go test -v ./...

About

⏩ Basic Go module proxy interface & multiplexer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages