1 2 3 4 5 6 7 8 9 10 11 12 13 14
name := "mugi" format_command := "~/go/bin/gofumpt -l -w ." default: just --list fmt: {{ format_command }} run *arguments="": go run ./cmd/{{ name }} {{ arguments }} build: go build -o {{ name }} ./cmd/{{ name }}