Bazel & Go Tutorial: Targets with go_library, go_test & go_binary (internal & external deps)
ฝัง
- เผยแพร่เมื่อ 11 ก.พ. 2025
- In this video we're going to be creating some go targets with Bazel. Bazel is a build tool that is very popular for use in monorepos. We're going to create a go library that doesn't have any external dependencies. We'll write some tests & create targets using go_library and go_test. Then we're going to create a web application & create a go_binary target. The web application will have both third party dependencies & depend on our library in the monorepo.
Bazel: bazel.build/
Code: github.com/kri...