This commit is contained in:
2025-04-05 02:42:09 +11:00
parent d570005d1c
commit 18dc9781b1
82 changed files with 3412 additions and 254 deletions

View File

@@ -6,7 +6,7 @@ a go library to access IGDB API
```go
g := igdb.New("clientID", "clientSecret")
game, err := g.GetGame(325594)
game, err := g.GetGameByID(325594)
if err != nil {
log.Fatal(err)
}