Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 258 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 258 Bytes

example

Codegeneration

Database is needed:

make db-start
go generate ./...
make db-stop

Test

Database is not needed, go-sqlmock instead:

go test ./...