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