forked from TrueCloudLab/frostfs-api-go
Fix NaN ObjectSize
This commit is contained in:
parent
959fb58dba
commit
9366b51ace
3 changed files with 9 additions and 4 deletions
|
@ -39,8 +39,8 @@ type (
|
|||
)
|
||||
|
||||
const (
|
||||
// UnitsB starts enum for amount of bytes.
|
||||
UnitsB int64 = 1 << (10 * iota)
|
||||
// starts enum for amount of bytes.
|
||||
_ int64 = 1 << (10 * iota)
|
||||
|
||||
// UnitsKB defines amount of bytes in one kilobyte.
|
||||
UnitsKB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue