rules_go_simple

module
v0.0.0-...-0b86a76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2025 License: BSD-3-Clause

README

rules_go_simple is a simple set of Bazel rules for building Go code. It is intended to be a simple, clean, minimal example of how to write Bazel rules for new languages.

The rules are divided into versions (v1, v2, etc.). Each version builds upon the last and includes all the functionality of the previous versions. The solutions are fully commented.

The process of writing each version is documented in a series of blog posts.

You can also find a slide deck for the workshop based on these rules.

Directories

Path Synopsis
internal
builder command
builder is a tool used to perform various tasks related to building Go code, such as compiling packages, linking executables, and generating test sources.
builder is a tool used to perform various tasks related to building Go code, such as compiling packages, linking executables, and generating test sources.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL