diff options
| author | Yuriy Grynevych <greenyadzer@gmail.com> | 2025-09-25 15:14:42 +0300 |
|---|---|---|
| committer | Yuriy Grynevych <greenyadzer@gmail.com> | 2025-09-25 15:14:42 +0300 |
| commit | 36098cec0f6d026617b3bf31e5a55177a507cda1 (patch) | |
| tree | 31af2939304515123d4f40886562e8b5f9d5a33a /core/sys/info/doc.odin | |
| parent | 0ae86dbe879ed58a4ca2220abf69b82f715eec35 (diff) | |
[core:sys/info] doc: Remove duplicated line
Diffstat (limited to 'core/sys/info/doc.odin')
| -rw-r--r-- | core/sys/info/doc.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/sys/info/doc.odin b/core/sys/info/doc.odin index aef444f98..2a4f71642 100644 --- a/core/sys/info/doc.odin +++ b/core/sys/info/doc.odin @@ -30,7 +30,6 @@ Example: fmt.printfln("OS: %v", si.os_version.as_string) fmt.printfln("OS: %#v", si.os_version) fmt.printfln("CPU: %v", si.cpu.name) - fmt.printfln("CPU: %v", si.cpu.name) fmt.printfln("CPU cores: %vc/%vt", si.cpu.physical_cores, si.cpu.logical_cores) fmt.printfln("RAM: %#.1M", si.ram.total_ram) |