mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
platform: Fix bytes format
This commit is contained in:
@@ -17,5 +17,5 @@ func Version() string {
|
||||
}
|
||||
|
||||
func FormatBytes(length int64) string {
|
||||
return humanize.Bytes(uint64(length))
|
||||
return humanize.IBytes(uint64(length))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user