mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-01 13:34:20 +01:00
So that we get the latest language fixes. There is little use to maitain compiler backward compatibility. Let's just set the default golang version to the latest 1.19.2. Fixes: #5494 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
bytefmt
Note: This repository should be imported as code.cloudfoundry.org/bytefmt.
Human-readable byte formatter.
Example:
bytefmt.ByteSize(100.5*bytefmt.MEGABYTE) // returns "100.5M"
bytefmt.ByteSize(uint64(1024)) // returns "1K"
For documentation, please see http://godoc.org/code.cloudfoundry.org/bytefmt
Reporting issues and requesting features
Please report all issues and feature requests in cloudfoundry/diego-release.