mirror of
https://github.com/EnumeratedDev/stormfetch.git
synced 2026-09-16 07:56:12 +00:00
Improve 'cpus' module
This commit is contained in:
@@ -200,8 +200,6 @@ func initializeModuleMap() {
|
||||
switch s {
|
||||
case "CPU_NUM":
|
||||
return strconv.Itoa(i + 1)
|
||||
case "CPU_VENDOR":
|
||||
return cpu.Vendor
|
||||
case "CPU_MODEL":
|
||||
return cpu.Model
|
||||
case "CPU_CORES":
|
||||
|
||||
Reference in New Issue
Block a user