/go-spacex

Go client for accessing the SpaceX API https://docs.spacexdata.com

Primary LanguageGo

Go SpaceX

Build Status

gopher

go-spacex is a Go client library for accessing the SpaceX API v3

Installation

To pull the most recent version of go-spacex, use go get.

$ go get github.com/agolebiowska/go-spacex/spacex

Then import the package into your project as you normally would.

import "github.com/agolebiowska/go-spacex/spacex"

Usage

For usage tips go to /example directory