Browsed by
Tag: golang

Golang: replace module by own

Golang: replace module by own

When you need to do fast fix for some module without to push it use option replace in go.mod For example, i want to check – my application will be work with changes in branch ? and add replace for that repo