Create Template working

This commit is contained in:
Ian Gulliver
2022-03-17 04:08:08 +00:00
parent 02ec8ad88c
commit 78b4a03072
6 changed files with 79 additions and 6 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/firestuff/checky
go 1.16
require github.com/gorilla/mux v1.8.0
require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
)