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

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/gitea/runner-ci-demo
go 1.18
require github.com/gorilla/mux v1.8.1