Skip to content

yvn11/go-spacex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-spacex

SpaceX Client for Go

How to get

go get github.com/zex/go-spacex/client

How to call

import (
  "github.com/zex/go-spacex/client"
)

cli := client.NewSpaceXClient()
cli.ListRockets(nil)

Releases

No releases published

Packages

No packages published

Languages