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

9 lines
159 B
Go
Raw Normal View History

2023-02-09 19:18:06 +00:00
package sys
import (
_ "unsafe"
)
2023-02-16 15:58:20 +00:00
//go:linkname HostProc github.com/shirou/gopsutil/v3/internal/common.HostProc
2023-02-09 19:18:06 +00:00
func HostProc(combineWith ...string) string