KnutZuidema / golio

League of Legends, Legends of Runeterra and Valorant API client library for Go
MIT License
72 stars 29 forks source link

Found an error in the example #42

Closed azwc closed 3 months ago

azwc commented 3 years ago
challengers, _ := client.Riot.League.GetChallenger(api.QueueRankedSolo)
QueueRankedSolo not declared by package api

The real path is: github.com/KnutZuidema/golio/riot/lol

KnutZuidema commented 3 years ago

Good catch! I refactored the package structure a while ago and must have forgot to adjust the readme.

KnutZuidema commented 3 months ago

resolved by #58