Welcome to mirror list, hosted at ThFree Co, Russian Federation.

psutil.go « sys « util - github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5137b5aa8ccf20959c952d9635543afb33291b64 (plain)
1
2
3
4
5
6
7
8
package sys

import (
	_ "unsafe"
)

//go:linkname HostProc github.com/shirou/gopsutil/v3/internal/common.HostProc
func HostProc(combineWith ...string) string