Add the concept of a player and the /register endpoint
This commit is contained in:
parent
8c4bf4f75f
commit
eccb726f74
11 changed files with 129 additions and 36 deletions
5
go.mod
5
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue