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: 3d7cac80908940718252eda45e59743e690cff7f (plain)
1
2
3
4
5
6
7
8
package sys

import (
	_ "unsafe"
)

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