commit | 44d336bdb32a47c89346ae6d4d73a1b2f50ef040 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sat Jul 21 13:02:56 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Sat Jul 21 13:02:56 2018 -0700 |
tree | 0dac0bc126eb73daacac694218e74065b6d8e9b3 | |
parent | 46d107079899e5bce313f1739b23c20422e5265a [diff] |
Add go.mod for go1.11 module support This allows using the various go commands without a GOPATH. Change-Id: I428ad3a4e884b68615e6e73168c5a844bad7c4d4
Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a Ninja manifest describing the commands that need to be run and their dependencies. Where most build systems use built-in rules or a domain-specific language to describe the logic for converting module descriptions to build rules, Blueprint delegates this to per-project build logic written in Go. For large, heterogenous projects this allows the inherent complexity of the build logic to be maintained in a high-level language, while still allowing simple changes to individual modules by modifying easy to understand Blueprints files.