7 lines
88 B
Go
7 lines
88 B
Go
//go:build freebsd
|
|
|
|
package stat
|
|
|
|
func GetGPUStat() (float64, error) {
|
|
return -1, nil
|
|
} |