mirror of
https://github.com/oneclickvirt/basics.git
synced 2025-10-08 01:50:28 +08:00
8 lines
88 B
Go
8 lines
88 B
Go
//go:build freebsd
|
|
|
|
package stat
|
|
|
|
func GetGPUStat() (float64, error) {
|
|
return 0, nil
|
|
}
|