nickyang4github / bazel_test

Learning how to use bazel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bazel

This project is used to test the bazel build system.

Setup

Install bazel

brew install bazel

Build

bazel run //cmd/foo:main_app -- update-repos -from_file=go.mod

About

Learning how to use bazel.

License:Apache License 2.0


Languages

Language:Starlark 97.6%Language:Go 2.4%