card_id/Makefile

13 lines
59 B
Makefile
Raw Normal View History

2022-04-13 07:49:07 +00:00
run-cli: tidy
go run ./cmd/cli
tidy:
go mod tidy