|
|
há 10 anos atrás | |
|---|---|---|
| .. | ||
| README.md | há 10 anos atrás | |
| bytes.go | há 10 anos atrás | |
| bytes_test.go | há 10 anos atrás | |
Format bytes to string
go get github.com/labstack/gommon/bytes
import github.com/labstack/gommon/bytes
fmt.Println(bytes.Format(1323))
1.32 KB
bytes.SetBinaryPrefix(true)
fmt.Println(bytes.Format(1323))
1.29 KiB
g := New()
fmt.Println(g.Format(13231323))