Add the concept of a player and the /register endpoint

This commit is contained in:
Marc Di Luzio 2020-05-31 00:06:14 +01:00
parent 8c4bf4f75f
commit eccb726f74
11 changed files with 129 additions and 36 deletions

5
go.mod
View file

@ -2,4 +2,7 @@ module github.com/mdiluz/rove
go 1.14
require github.com/gorilla/mux v1.7.4
require (
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
)