feat: add http server

This commit is contained in:
lab
2023-11-09 10:53:39 +08:00
parent 08ff9fa671
commit 88f5f43377
5 changed files with 95 additions and 0 deletions

2
go.sum Normal file
View File

@@ -0,0 +1,2 @@
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=