Skip to content

Instantly share code, notes, and snippets.

@shuiRong
Created August 27, 2020 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shuiRong/9eabf20c864a0e79dd18c96e4ce747c9 to your computer and use it in GitHub Desktop.
Save shuiRong/9eabf20c864a0e79dd18c96e4ce747c9 to your computer and use it in GitHub Desktop.
Golang GO
项目A引用了模块B,
模块B引用了模块C,
如果想replace C到本地的文件,那么不能在模块B的`go.mod`中写,而是要写在项目A的`go.mod`中。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment