dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Prepare 2.1.40 multi-platform package build
Ariver
2026-07-02
8c9ba89a748d4c99810b31f3b455d1ed43d9b61f
[crazy-macs/private-voice.git]
/
privatevoice.src
/
system_load_other.go
1
2
3
4
5
6
7
//go:build !darwin
package main
func currentSystemLoadAverage() ([3]float64, bool) {
return [3]float64{}, false
}