Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 284 Bytes

contributing.md

File metadata and controls

14 lines (8 loc) · 284 Bytes

Contributing

local setup

prerequisites

required go version >= 1.11

in order to install dependencies and run this package export env GO111MODULE=on is necessary because usage of go mod is opt-in at the time of writing

download dependencies

run go mod download