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