Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 528 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 528 Bytes

Contributing

If you submit a pull request, please keep the following guidelines in mind:

  1. Code should be go fmt compliant.
  2. Types, structs and funcs should be documented.
  3. Tests pass.

Getting set up

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

Running tests

When working on code in this repository, tests can be run via:

go test .