This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
shirou_gopsutil
mirror of
https://hub.fastgit.org/shirou/gopsutil.git
Watch
1
Star
0
Fork
You've already forked shirou_gopsutil
0
Code
Issues
Projects
Releases
Wiki
Activity
093e68cb91
shirou_gopsutil
/
v3
/
load
/
load_freebsd.go
8 lines
98 B
Go
Raw
Blame
History
// +build freebsd
package
load
func
getForkStat
(
)
(
forkstat
,
error
)
{
return
forkstat
{
}
,
nil
}
Reference in New Issue
View Git Blame
Copy Permalink