• C
    pkg,service: Optimized the display of `examinemem` command. (#1888) · b09aed17
    chainhelen 提交于
    1. Don't use intelligent '#' in fmt of go because it is not always satisfying
    for diffrent version of golang. Always keep one leading zero for octal and
    one leading '0x' for hex manually. Then keep alignment for every byte.
    
    2. Always keep addr alignment when the lens of two adjacent address are
    different.
    
    Update #1814.
    b09aed17
command.go 62.6 KB