humanize

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Bytes = config{1024, []string{"B", "KB", "MB", "GB", "TB", "PB", "EB"}}

Bytes produces human readable representations of byte values in IEC units.

View Source
var Count = config{1000, []string{"", "K", "M", "G", "T", "P", "E"}}

Count produces human readable representations of unitless values in SI units.

Functions

This section is empty.

Types

type FormattedString

type FormattedString string

FormattedString represents a human readable representation of a value. It implements the redact.SafeValue interface to signal that it represents a a string that does not need to be redacted.

func (FormattedString) SafeValue

func (fs FormattedString) SafeValue()

SafeValue implements redact.SafeValue.

func (FormattedString) String

func (fs FormattedString) String() string

String implements fmt.Stringer.

Jump to

Keyboard shortcuts

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