This is a Go library for interacting with the Civo API.
Civo provide superfast, scalable cloud servers with a developer-friendly API.
Samples of how to use the API are available here.
In order to run the tests, create an environment variable within your operating system called CIVO_TOKEN and populate it with your own Civo API token. Then, the tests may be run by running:
go test ./...