diff options
| author | 2026-03-25 14:49:17 +0000 | |
|---|---|---|
| committer | 2026-03-25 15:02:22 +0000 | |
| commit | 7847657e0820af98120031f719b8ede635ad8c07 (patch) | |
| tree | 8c4439c78f72f1382edc809b49be33115847b6e7 /internal/cpu | |
| parent | object: Remove type.go (diff) | |
| signature | No signature | |
object: Split each object type into its own package v0.1.108
Diffstat (limited to 'internal/cpu')
| -rw-r--r-- | internal/cpu/cpu.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cpu/cpu.go b/internal/cpu/cpu.go index 41a0c1f9..ab4cc0bd 100644 --- a/internal/cpu/cpu.go +++ b/internal/cpu/cpu.go @@ -1,3 +1,4 @@ +// Package cpu provides routines for CPU feature detection. package cpu // X86 contains x86 CPU feature flags detected at runtime. |
