432 B
432 B
Contributing
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.
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 .