Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 506 Bytes

Go Library for the Civo API

Introduction

This is a Go library for interacting with the Civo API.

Civo provide superfast, scalable cloud servers with a developer-friendly API.

Usage

Samples of how to use the API are available here.

Tests

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 ./...