| commit | 6b20781437269c2d7a2497896bf396f9ecd3c184 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Apr 22 19:13:15 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 23 19:37:31 2024 +0000 |
| tree | 7cf726bde966a9e8945a82fc32619aa508708142 | |
| parent | 690511d310507c9435916256869b7a0ead6fa8cf [diff] |
treewide: replace fmt.Errorf with fmt.Sprintf in panic calls Since we are inside a panic anyway, let's not use Errorf as we only need a string. Change-Id: Id43e403124e0fa60e038397d3153f96181c916e2 Reviewed-on: https://review.monogon.dev/c/monogon/+/3034 Reviewed-by: Leopold Schabel <leo@monogon.tech> Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI
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.
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.