mirror of
https://github.com/42wim/matterbridge.git
synced 2025-12-17 21:37:29 +01:00
395 B
395 B
Bytes
- Format bytes integer to human readable bytes string.
- Parse human readable bytes string to bytes integer.
Installation
go get github.com/labstack/gommon/bytesUsage
Format
println(bytes.Format(13231323))12.62MB
Parse
b, _ = Parse("2M")
println(b)2097152