Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 173 Bytes

docs.md

File metadata and controls

13 lines (9 loc) · 173 Bytes

Makefile

Build the codebase

make build

Commands executed

go build

Linting

make lint

Commands executed

go fmt -s -w .