Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 130 Bytes

BUILD.md

File metadata and controls

19 lines (13 loc) · 130 Bytes

Build

Install all dependencies:

go get -d ./...

Build binary:

make

Build docker image:

make docker