d570005d1cb4235e333ea535fea6880d235aa216
go-igdb
a go library to access IGDB API
Usage
g := igdb.New("clientID", "clientSecret")
game, err := g.GetGame(325594)
if err != nil {
log.Fatal(err)
}
fmt.Println(game.Name)
Languages
Go
99.8%
Shell
0.2%