|
|
il y a 10 ans | |
|---|---|---|
| .. | ||
| README.md | il y a 10 ans | |
| bytes.go | il y a 10 ans | |
| bytes_test.go | il y a 10 ans | |
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