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/[email protected]=github.com/you/[email protected]"
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/[email protected]=github.com/you/[email protected]"