Vishal Rana e3eb0ca2c3 Fixed issues based on some suggestions 11 سال پیش
..
README.md e3eb0ca2c3 Fixed issues based on some suggestions 11 سال پیش
bytes.go e3eb0ca2c3 Fixed issues based on some suggestions 11 سال پیش
bytes_test.go e3eb0ca2c3 Fixed issues based on some suggestions 11 سال پیش

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.32 KB

Binary prefix

fmt.Println(bytes.FormatBin(1323))

1.29 KiB