mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-22 12:34:41 +00:00
432 B
432 B
Contributing
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.
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 .