There is a work-around for local modules, you can use the replace keyword in your go.mod file. replace github.com/Company/mymodule v0.0.0 => ../mymodule. This ...
確定! 回上一頁