# Packages
No description provided by the author
# README
Go-Ergast
Golang package for interacting with the Ergast API
Installing
First, use go get to install the latest version of the library:
go get github.com/AidanFogarty/go-ergast
Next, include go-ergast in your app:
import "github.com/AidanFogarty/go-ergast"
Usage
TODO