Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 456 Bytes

2019-12-13-use_module_fork.md

File metadata and controls

24 lines (21 loc) · 456 Bytes

Use module fork

Category golang
Added on 2019-12-13
Source source

This is how to use a fork of a module in a proget:

$ go mod edit -replace="github.com/someone/repo@v0.0.0=github.com/you/repo@v1.1.1"