jayconrod / rules_go_simple

A simple set of Go rules for Bazel, used for learning and experimentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 rules are fully commented, and the process of creating each version is documented in a series of blog posts.

About

A simple set of Go rules for Bazel, used for learning and experimentation.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Starlark 48.0%Language:Go 47.2%Language:Smarty 2.8%Language:Shell 2.0%