hanayo/vendor/github.com/osuripple/cheesegull/doc.go
2019-02-23 13:29:15 +00:00

8 lines
307 B
Go

// CheeseGull is a webserver that functions as a cache middleman between the
// official osu! mirrors and requesters of beatmaps, as well as also a cache
// middleman for beatmaps metadata retrieved from the official osu! API.
package main
// Version is the version of cheesegull.
const Version = "v2.0.4"