card_id/Makefile
2022-04-13 02:49:07 -05:00

13 lines
59 B
Makefile

run-cli: tidy
go run ./cmd/cli
tidy:
go mod tidy