6 lines
58 B
Makefile
6 lines
58 B
Makefile
run:
|
|
go run ./cmd/reanimator-chart
|
|
|
|
test:
|
|
go test ./...
|