8 lines
307 B
Go
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"
|