8 lines
70 B
Go
8 lines
70 B
Go
package nmon
|
|
|
|
import "testing"
|
|
|
|
func TestCpu(t *testing.T) {
|
|
Cpu()
|
|
}
|