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.
供应商或以其他方式包含非 go 依赖项的惯用方式是什么?
我有一个使用 Postgres 存储过程进行审计跟踪的项目。这些存储过程位于单独的 Git 存储库中。在节点项目中,我会将git submodule其包含到我的项目中。但在 Go 中,供应商是标准。Go 模块和其他供应商工具通常用于管理 Go 依赖项。
git submodule
那么,回到最初的问题,导入一般非 Go 依赖项的惯用方式是什么?