Add a basic server router to main
This commit is contained in:
parent
9deda4b3fb
commit
5377e42e71
3 changed files with 22 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,3 +1,5 @@
|
|||
module github.com/mdiluz/rove
|
||||
|
||||
go 1.14
|
||||
|
||||
require github.com/gorilla/mux v1.7.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue