3x-ui/util/sys/psutil.go

9 lines
159 B
Go
Raw Normal View History

2023-02-09 22:18:06 +03:00
package sys
import (
_ "unsafe"
)
2024-06-17 22:48:49 +03:00
//go:linkname HostProc github.com/shirou/gopsutil/v4/internal/common.HostProc
2023-02-09 22:18:06 +03:00
func HostProc(combineWith ...string) string