Add html, handler and db mock

This commit is contained in:
2020-10-08 12:43:59 +02:00
parent 41c14ff6bb
commit e2aa46c891
14 changed files with 672 additions and 1 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module trikotwaschliste
go 1.15
require github.com/gin-gonic/gin v1.6.3