module test go 1.12 require ( gopkg v0.0.0 ) replace gopkg v0.0.0 => ../gopkg. 这样就可以实现module 方式,调用本地包了。 go mod edit ...
確定! 回上一頁