Files
2026-05-27 23:03:00 +08:00

11 lines
98 B
Go

package cpu
import (
"fmt"
"testing"
)
func TestCPUID(t *testing.T) {
fmt.Println(cpuid())
}