* Moving from govendor to dep. * Making the pull request template more friendly. * Fixing akward space in PR template. * goimports run on whole project using ` goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*" -not -path "./gen-go/*")` source of command: https://gist.github.com/bgentry/fd1ffef7dbde01857f66
19 lines
No EOL
791 B
Markdown
19 lines
No EOL
791 B
Markdown
# gorealis [](https://godoc.org/github.com/paypal/gorealis)
|
|
|
|
Go library for interacting with [Apache Aurora](https://github.com/apache/aurora).
|
|
|
|
### Aurora version compatibility
|
|
Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this
|
|
library has been tested.
|
|
|
|
## Usage
|
|
|
|
* [Getting started](docs/getting-started.md)
|
|
* [Using the sample client](docs/using-the-sample-client.md)
|
|
* [Leveraging the library](docs/leveraging-the-library.md)
|
|
|
|
## To Do
|
|
* Create or import a custom transport that uses https://github.com/jmcvetta/napping to improve efficiency
|
|
|
|
## Contributions
|
|
Contributions are always welcome. Please raise an issue so that the contribution may be discussed before it's made. |