Golang使用go.mod配置加載本地模塊

Go如今經過 go.mod 文件來配置模塊加載使用是很是方便了,下面說下如何在當前項目中加載另外一個本地正在開發的模塊:git go.modgithub module github.com/zhouzme/test-go go 1.12 require github.com/zhouzme/snail-go v0.0.0-20190401091717-1f0218b38bc8 replace
相關文章
相關標籤/搜索