Vishal Rana d251db5060 Minor fixes for bytes package 10 سال پیش
..
README.md 48d9dcfdfd Update README.md 10 سال پیش
bytes.go d251db5060 Minor fixes for bytes package 10 سال پیش
bytes_test.go d251db5060 Minor fixes for bytes package 10 سال پیش

README.md

Bytes

Format bytes to string

Installation


## [Usage](https://github.com/labstack/gommon/blob/master/bytes/bytes_test.go)

### Decimal prefix

```go
fmt.Println(bytes.Format(1323))

1.29 KB

Binary prefix

bytes.BinaryPrefix(true)
fmt.Println(bytes.Format(1323))

1.29 KiB