master
bazel 的 golang 示例
-
更新依赖关系
参考地址: https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/bzlmod.md bazel mod tidy -
包 BUILD.bazel 文件更新 bazel run //:gazelle
-
编译命令 bazel build //:hello
-
运行命令 bazel run //:hello
-
整个项目参考https://github.com/werkt/bf-client/tree/429121110bcdba3673a1423c71a183b9145d17ec 制作
Languages
Makefile
83.7%
Starlark
10.6%
Go
5.7%