修正编译问题

This commit is contained in:
lwch
2022-08-25 17:18:08 +08:00
parent ae6003ee62
commit faa454226a

View File

@@ -4,12 +4,6 @@
package limit
import (
"math"
"runtime"
"runtime/debug"
)
// Do set cgroups limit
func (cfg *Configure) Do(_ string) {
}