Vishal Rana 2219395d0e Saving some bytes 10 năm trước cách đây
..
README.md 60ec6a7736 Update README.md 10 năm trước cách đây
bytes.go 2219395d0e Saving some bytes 10 năm trước cách đây
bytes_test.go 2219395d0e Saving some bytes 10 năm trước cách đây

README.md

Bytes

Format bytes to string

Installation

go get github.com/labstack/gommon/bytes

Usage

import gytes github.com/labstack/gommon/bytes

Decimal prefix

fmt.Println(gytes.Format(1323))

1.32 KB

Binary prefix

fmt.Println(gytes.FormatB(1323))

1.29 KiB