| commit | 5f1a7de2dfb5db1884fcb677a0bd38daf6dd3c97 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Sep 19 02:00:14 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Thu Sep 19 12:06:50 2024 +0000 |
| tree | fd52bf35b4b2e6b5c51f56d62424c9d0820ef537 | |
| parent | e337e938ae8e08dffa3a01045571188413ce70ff [diff] |
treewide: fix %v in cases where we should use %w We should always use %w when using fmt.Errorf as you can use error.Is to compare the underlying error. When printing an error the use of %w is wrong and should be replaced with %v. Change-Id: I741111bd91dcee4099144d2ecaffa879fdbb34a2 Reviewed-on: https://review.monogon.dev/c/monogon/+/2993 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.