Files
trihuy-russian/util/sys/psutil.go
T

9 lines
159 B
Go
Raw Normal View History

2023-02-09 22:48:06 +03:30
package sys
import (
_ "unsafe"
)
2023-02-16 19:28:20 +03:30
//go:linkname HostProc github.com/shirou/gopsutil/v3/internal/common.HostProc
2023-02-09 22:48:06 +03:30
func HostProc(combineWith ...string) string