units

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package units provides constants for common units.

Index

Constants

View Source
const (
	// KiB is a Kibibyte
	KiB = int64(1024)
	// MiB is a Mebibyte
	MiB = 1024 * KiB
	// GiB is a Gibibyte
	GiB = 1024 * MiB
	// TiB is a Tebibyte
	TiB = 1024 * GiB
	// PiB is a Pebibyte
	PiB = 1024 * TiB
	// EiB is a Exbibyte
	EiB = 1024 * PiB
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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