Using Golang with Bazel - Step by Step

preview_player
Показать описание
In this video, we go over how to set up a Golang project from scratch using Bazel and also how to convert an existing Golang project to the Bazel build system using the Gazelle tool.

#golang #programming #bazel
Рекомендации по теме
Комментарии
Автор

I've been struggling to configure Bazel on my Linux. Thanks for the video Simon!!

grim.reaper
Автор

What are the other dirs like bazel-bin, bazel-out, in my linux machine these look like sym links, I am assuming these shouldn't be a part of the repo? If that's the case is there a way to configure where bazel puts these files?

grim.reaper