human

package
v0.4.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2025 License: Unlicense Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	B   = 1
	KB  = 1e3
	MB  = 1e6
	GB  = 1e9
	TB  = 1e12
	PB  = 1e15
	KiB = int64(1) << 10
	MiB = int64(1) << 20
	GiB = int64(1) << 30
	TiB = int64(1) << 40
	PiB = int64(1) << 50
)

Variables

This section is empty.

Functions

func Dehumanize

func Dehumanize(value string) (result int64, err error)

func Humanize

func Humanize(s float64, iec bool) (string, string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL