|
|
il y a 1 semaine | |
|---|---|---|
| cmd | il y a 1 semaine | |
| internal | il y a 1 semaine | |
| .envrc | il y a 1 mois | |
| .gitignore | il y a 1 mois | |
| LICENSE | il y a 1 mois | |
| Makefile | il y a 1 mois | |
| README.md | il y a 1 semaine | |
| flake.lock | il y a 1 semaine | |
| flake.nix | il y a 1 mois | |
| go.mod | il y a 1 semaine | |
| go.sum | il y a 1 semaine |
Clone repo and build:
git clone https://github.com/johron/moose.git
cd moose
# Activate flake if nix
make release
Debug build: build/moose-debug
Release build: build/moose
make build: debug binary build/moose-debugmake release: release binary build/moosemake run: run debug version through go runmake clean: remove build/ directory