first commit

This commit is contained in:
SowinskiBraeden committed 2022-09-26 16:40:40 -07:00
commit 1685a79836
15 files changed
+725

No files matched your search

+11
View File
@@ -0,0 +1,11 @@
test:mocks
go test ./...
run:
go run main.go
cover:mocks
go test ./... -coverprofile=coverage.out && go tool cover -html=coverage.out
mocks:
mockery --dir databases --all --output ./databases/mocks