feat: Add support for CONFIG_CPU_FREQ_STAT
#24
Annotations
1 error and 3 warnings
lint
issues found
|
lint:
sysfs/system_cpu.go#L300
var-declaration: should drop = nil from declaration of var cpuinfoFrequencyTransitionsTotal; it is the zero value (revive)
|
lint:
sysfs/system_cpu.go#L311
var-declaration: should drop = nil from declaration of var cpuinfoFrequencyDuration; it is the zero value (revive)
|
lint:
sysfs/system_cpu.go#L340
var-declaration: should drop = nil from declaration of var cpuinfoTransitionTable; it is the zero value (revive)
|