This commit is contained in:
2025-04-07 22:23:36 +10:00
parent 3d28910178
commit fb58744928
78 changed files with 172 additions and 213 deletions

View File

@@ -45,7 +45,7 @@ func Test2(c *igdb.Client) {
}
func Test3(c *igdb.Client) {
total, err := c.Games.GetLastOneId()
total, err := c.Games.Count()
if err != nil {
log.Fatal(err)
}