star/nmon/cpu_test.go
2025-01-17 20:11:08 +08:00

8 lines
70 B
Go

package nmon
import "testing"
func TestCpu(t *testing.T) {
Cpu()
}