Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 276 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 276 Bytes

Process-app

Usage

Run application for development:

$ make run-dev

Generating mocks

$ make mocks

Run golangci-lint

$ make lint

Run tests

$ make tests

Run coverage

$ make cover