Add a basic server router to main

This commit is contained in:
Marc Di Luzio 2020-05-29 17:41:11 +01:00
parent 9deda4b3fb
commit 5377e42e71
3 changed files with 22 additions and 2 deletions

2
go.mod
View file

@ -1,3 +1,5 @@
module github.com/mdiluz/rove
go 1.14
require github.com/gorilla/mux v1.7.4