Add debug http server

This commit is contained in:
世界
2023-04-22 15:58:25 +08:00
parent 98c2c439aa
commit e056d4502b
7 changed files with 73 additions and 49 deletions

7
debug_stub.go Normal file
View File

@@ -0,0 +1,7 @@
//go:build !linux
package box
func rusageMaxRSS() float64 {
return -1
}