Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以前,一个 GitHub 存储库位于vendor/github.com目录中,实际上~/go/src/myapp/vendor/github.com. 它在某些包中被修改和导入。因此,它既过时又经过修改。
vendor/github.com
~/go/src/myapp/vendor/github.com
现在,在其他一些包中,我需要导入和使用原始的 GitHub 存储库,即更新和未修改。我怎样才能做到这一点?我有哪些选择?任何提示表示赞赏。