Adds go mock and generate make target and CI check

This commit is contained in:
Miguel de la Cruz 2023-07-10 12:29:25 +02:00
parent 3b09a7da10
commit 977e2d993e
7 changed files with 86 additions and 0 deletions

View file

@ -13,3 +13,6 @@ fmt:
run:
go run ./cmd/birthdaybot -config example-config.yml
generate:
go generate ./...