Adds go mock and generate make target and CI check
This commit is contained in:
parent
3b09a7da10
commit
977e2d993e
7 changed files with 86 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -13,3 +13,6 @@ fmt:
|
|||
|
||||
run:
|
||||
go run ./cmd/birthdaybot -config example-config.yml
|
||||
|
||||
generate:
|
||||
go generate ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue