diff --git a/cpuid.go b/cpuid.go index 8b63ea5..24908ff 100644 --- a/cpuid.go +++ b/cpuid.go @@ -8,6 +8,7 @@ // You can access the CPU information by accessing the shared CPU variable of the cpuid library. // // Package home: https://github.com/klauspost/cpuid +// Test package cpuid import (