This commit is contained in:
kzkzzzz
2025-03-23 20:29:29 +08:00
parent 7e0bf82418
commit 9fd0eaadb8
14 changed files with 661 additions and 78 deletions

5
myhttp/myhttp.go Normal file
View File

@@ -0,0 +1,5 @@
package myhttp
const (
ServicePrefix = "http@"
)