Made a server struct with a handler implementation and some other stuff
[VSCPweb/.git] / go.mod
1 module VSCPweb
2
3 go 1.19
4
5 require github.com/go-chi/chi/v5 v5.0.7