unitdef

package
v0.0.0-...-8cd4330 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2018 License: MIT Imports: 0 Imported by: 0

README

Exercise 3.13 (P78)

Write const declarations for KB, MB, up through YB as compactly as you can.

Documentation

Index

Constants

View Source
const (
	Kilo = 1000
	B    = 1
	KB   = Kilo * B
	MB   = Kilo * KB
	GB   = Kilo * MB
	TB   = Kilo * GB
	PB   = Kilo * TB
	EB   = Kilo * PB
	ZB   = Kilo * EB
	YB   = Kilo * ZB
)

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