Bazel & Go Tutorial: Targets with go_library, go_test & go_binary (internal & external deps)

Опубликовано: 24 Март 2022
на канале: Kris Foster
7,260
58

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: https://bazel.build/
Code: https://github.com/kriscfoster/multi-...