英文: Managing custom Go modules accessed via non-standard ports 问题 背景 在我们公司,我们使用 Bit Bucket 来托管我们的 gi...
构建没有主文件的Go模块
英文: Building Go module without main file 问题 我有一个包含一些共享代码的小模块。该模块的结构如下: Shared ├── go.mod ├── go.sum ...
从GCP源代码仓库获取
英文: Go get from GCP source repositories 问题 我正在尝试从GCP源代码库中使用go get命令获取一个仓库。这个过程似乎文档非常非常不完善,但我尝试的方法是运行...
构建私有仓库的 Dockerfile/go.mod 文件时出现构建失败的情况。
英文: Go build is failing for private repo with Dockerfile/go.mod files 问题 尝试使用Dockerfile构建镜像时,遇到以下错误:...
避免在本地模块的递归依赖中使用”replace”。
英文: Avoid writing "replace" for recursive dependency for local modules 问题 我正在尝试从GOPATH切换到G...
go list: 没有与查询”latest”匹配的版本
英文: go list: no matching versions for query "latest" 问题 我正在尝试在opentelemetry-collector-cont...
我需要帮助理解Golang的包和模块系统的混淆之处。
英文: Need help to understand the confusion that is Golangs package and module system 问题 老实说,Golang的包和...
Go error: go : go.mod file not found in current directory or any parent directory; (working on GOPATH/src)
英文: Go error: go : go.mod file not found in current directory or any parent directory; (working on G...
Golang模块:导入proto定义
英文: Golang modules: Import proto definitions 问题 我正在尝试学习Go模块的依赖管理器,但在导入自动生成的proto定义时遇到了错误。我已经为此苦苦挣扎了两...
go mod init with private bitbucket repositories, contains disallowed path separator character ':'
英文: go mod init with private bitbucket repositories, contains disallowed path separator character ...
13