If you submit a pull request, please keep the following guidelines in mind:
- Code should be
go fmt
compliant. - Types, structs and funcs should be documented.
- Tests pass.
Assuming your $GOPATH
is set up according to your desires, run:
go get github.com/civo/civogo
If outside $GOPATH
, just clone the repository:
git clone https://github.com/civo/civogo
When working on code in this repository, tests can be run via:
go test .