Files
x-panel/util/sys/psutil.go

9 lines
159 B
Go
Raw Normal View History

2026-05-03 11:34:48 +08:00
package sys
import (
_ "unsafe"
)
//go:linkname HostProc github.com/shirou/gopsutil/v4/internal/common.HostProc
func HostProc(combineWith ...string) string