initial commit

This commit is contained in:
2023-01-20 09:36:17 +01:00
commit 9586d3536f
17 changed files with 537 additions and 0 deletions

10
go.mod Normal file
View File

@ -0,0 +1,10 @@
module github.com/wolviecb/gecho
go 1.19
require (
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
)
require github.com/felixge/httpsnoop v1.0.1 // indirect