|
|
1 週間 前 | |
|---|---|---|
| cmd | 1 週間 前 | |
| internal | 1 週間 前 | |
| .envrc | 1 ヶ月 前 | |
| .gitignore | 1 ヶ月 前 | |
| LICENSE | 1 ヶ月 前 | |
| Makefile | 1 ヶ月 前 | |
| README.md | 1 週間 前 | |
| flake.lock | 1 週間 前 | |
| flake.nix | 1 ヶ月 前 | |
| go.mod | 1 週間 前 | |
| go.sum | 1 週間 前 |
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