mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-23 02:18:13 -05:00
8 lines
76 B
Go
8 lines
76 B
Go
|
//go:build !linux
|
||
|
|
||
|
package sing
|
||
|
|
||
|
func rusageMaxRSS() float64 {
|
||
|
return -1
|
||
|
}
|