nezhahq-agent/pkg/gpu/stat/stat_freebsd.go

7 lines
88 B
Go

//go:build freebsd
package stat
func GetGPUStat() (float64, error) {
return -1, nil
}