mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
8 lines
159 B
Go
8 lines
159 B
Go
package sys
|
|
|
|
import (
|
|
_ "unsafe"
|
|
)
|
|
|
|
//go:linkname HostProc github.com/shirou/gopsutil/v3/internal/common.HostProc
|
|
func HostProc(combineWith ...string) string
|