debug_stub.go 87 B

1234567
  1. //go:build !(linux || darwin)
  2. package box
  3. func rusageMaxRSS() float64 {
  4. return -1
  5. }