Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 316 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 316 Bytes

Contributing to Coddiwomple

Licence

Coddiwomple is licensed under the Apache 2.0 licence.

Building

To build:

dep ensure
make

to re-build easily

make clean && make

Of course, go build github.com/tetratelabs/mcc/cmd/cw also works (assuming dep ensure has been run)