mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-08 14:36:13 +00:00
3x-ui
This commit is contained in:
8
util/sys/psutil.go
Normal file
8
util/sys/psutil.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package sys
|
||||
|
||||
import (
|
||||
_ "unsafe"
|
||||
)
|
||||
|
||||
//go:linkname HostProc github.com/shirou/gopsutil/internal/common.HostProc
|
||||
func HostProc(combineWith ...string) string
|
||||
Reference in New Issue
Block a user