From 7c2fc45982bb937beed1e61e2ac9751685de5019 Mon Sep 17 00:00:00 2001 From: Kedar T Babar Date: Mon, 30 Oct 2023 12:30:44 +0530 Subject: [PATCH] Update cpuid.go --- cpuid.go | 1 + 1 file changed, 1 insertion(+) 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 (