orbiter/vendor/github.com/digitalocean/godo/CONTRIBUTING.md
Gianluca Arbezzano 747f564a7a First commit
2017-02-21 00:07:57 +00:00

432 B

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/digitalocean/godo

Running tests

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

go test .