If you submit a pull request, please keep the following guidelines in mind:
- Code should be
go fmtcompliant. - 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/civogoIf outside $GOPATH, just clone the repository:
git clone https://github.com/civo/civogoWhen working on code in this repository, tests can be run via:
go test .