Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 256 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 256 Bytes

Build

It builds docker image with application.

make build

Run

It runs services.

make run

All

Clean, build, run.

make all

Mocs generation

mockgen -source=main.go -destination=mocks/mocks_main.go