diff --git a/fmtutil/format.go b/fmtutil/format.go index a403d40ce..8f5331777 100644 --- a/fmtutil/format.go +++ b/fmtutil/format.go @@ -12,7 +12,7 @@ import ( const ( OneKByte = 1024 OneMByte = 1024 * 1024 - OneGByte = 1024 * 1024 + OneGByte = 1024 * 1024 * 1024 ) // DataSize format bytes number friendly.