Add API skeleton

This commit is contained in:
Ian Gulliver
2022-03-16 04:12:17 +00:00
parent b61359cd73
commit 745773de00
4 changed files with 50 additions and 3 deletions

2
go.mod
View File

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