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