|
|
10 éve | |
|---|---|---|
| .. | ||
| README.md | 10 éve | |
| gytes.go | 10 éve | |
| gytes_test.go | 10 éve | |
Format bytes to string
go get github.com/labstack/gommon/gytes
import github.com/labstack/gommon/gytes
fmt.Println(gytes.Format(1323))
1.32 KB
gytes.BinaryPrefix(true)
fmt.Println(gytes.Format(1323))
1.29 KiB
g := New()
fmt.Println(g.Format(13231323))
13.23 MB
g := New()
g.BinaryPrefix(true)
fmt.Println(g.Format(13231323))
12.62 MiB