1 Star 0 Fork 0

github_repo/grpc-gateway

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rodrigo Queiro 提交于 2019-06-18 22:57 +08:00 . Update to rules_go and buildtools (#956)
load("@bazel_gazelle//:def.bzl", "gazelle")
load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier")
buildifier(
name = "buildifier",
)
buildifier(
name = "buildifier_check",
mode = "check",
)
# gazelle:exclude third_party
# gazelle:exclude vendor
# gazelle:exclude _output
# gazelle:prefix github.com/grpc-ecosystem/grpc-gateway
gazelle(name = "gazelle")
package_group(
name = "generators",
packages = [
"//protoc-gen-grpc-gateway/...",
"//protoc-gen-swagger/...",
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/github_repo/grpc-gateway.git
git@gitee.com:github_repo/grpc-gateway.git
github_repo
grpc-gateway
grpc-gateway
master

搜索帮助