Scaffold admin app

This commit is contained in:
David Stotijn
2019-11-30 12:43:55 +01:00
parent e4f5f2278a
commit 94363fe196
13 changed files with 5559 additions and 3 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module github.com/dstotijn/gurp
go 1.13
require github.com/gorilla/mux v1.7.3