|
|
10 years ago | |
|---|---|---|
| .. | ||
| README.md | 10 years ago | |
| bytes.go | 10 years ago | |
| bytes_test.go | 10 years ago | |
Format bytes to string
go get github.com/labstack/gommon/bytes
import gytes github.com/labstack/gommon/bytes
fmt.Println(gytes.Format(1323))
1.32 KB
fmt.Println(gytes.FormatB(1323))
1.29 KiB