英文: How to access data files inside Go application running through Bazel go_binary 问题 我有一个包含go_binar...
错误:后处理失败:820:39:参数列表中缺少逗号。
英文: Error: failed post-processing: 820:39: missing ',' in argument list 问题 protoc-gen-valida...
使用Bazel构建包含本地Golang模块的Docker容器。
英文: Bazel build docker container with local golang module 问题 让我先说一下,我对Bazel还不熟悉。我正在尝试从一个包含本地模块引用的gol...
Golang:运行时执行期间发生致命错误:意外信号
英文: Golang: fatal error: unexpected signal during runtime execution 问题 我在执行二进制文件时,随机出现以下错误(有时它可以正常工作...
无法使用gRPC构建go_proto_library。
英文: Cannot build go_proto_library with gRPC 问题 我正在开始使用bazel,并尝试为一个RPC服务生成用于golang的protobuf代码。 当我尝试构建...
使用Bazel构建Go时无法解析存储库。
英文: Building Go with Bazel could not resolve a repository 问题 我正在按照"使用Bazel构建Go服务" youtube ...
Bazel没有将BUILD文件添加到外部依赖项中。
英文: Bazel not adding BUILD file to external dependency 问题 我有一个工作空间,在其中使用gazelle生成我的BUILD文件,但由于某种原因,c...
bazel go_embed_data “could not embed” 的中文翻译是:bazel go_embed_data “无法嵌入”。
英文: bazel go_embed_data "could not embed" 问题 我已经配置了以下的bazel BUILD: gazelle(name = "ga...
Bazel docker_image 复制额外文件夹
英文: Bazel docker_image copy extra folder 问题 我目前正在使用bazel来构建我的GoLang应用程序。 container_image( name = ...
为什么Bazel要求我为Go项目添加我所依赖的库的依赖项?
英文: Why does bazel require me to add dependencies of the library my project is dependent on for Go? ...
6