Initial commit

This commit is contained in:
Howl
2016-04-03 19:59:27 +02:00
commit 3ddab1de15
16 changed files with 583 additions and 0 deletions

2
app/peppy/user.go Normal file
View File

@@ -0,0 +1,2 @@
// Package peppy implements the osu! API as defined on the osu-api repository wiki (https://github.com/ppy/osu-api/wiki).
package peppy