add bgeatmapget

This commit is contained in:
Howl
2016-09-07 01:51:23 +02:00
parent dd00c39075
commit b81dffcecc
4 changed files with 256 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ type Conf struct {
HanayoKey string
BeatmapRequestsPerUser int
RankQueueSize int
OsuAPIKey string
}
var cachedConf *Conf