|
|
hace 10 años | |
|---|---|---|
| .. | ||
| README.md | hace 10 años | |
| bytes.go | hace 10 años | |
| bytes_test.go | hace 10 años | |
Format bytes to string
## [Usage](https://github.com/labstack/gommon/blob/master/bytes/bytes_test.go)
### Decimal prefix
```go
fmt.Println(bytes.Format(1323))
1.29 KB
bytes.BinaryPrefix(true)
fmt.Println(bytes.Format(1323))
1.29 KiB