num

package
v0.0.0-...-7f180d0 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

base 64 number format

Index

Constants

View Source
const Digits = "01234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ._"

Variables

View Source
var (
	ErrEmpty    = errors.New("empty string")
	ErrInvalid  = errors.New("invalid string")
	ErrOverflow = errors.New("overflow")
)

Functions

func FormatUint32

func FormatUint32(n uint32) string

func FormatUint64

func FormatUint64(n uint64) string

func ParseUint32

func ParseUint32(s string) (uint32, error)

func ParseUint64

func ParseUint64(s string) (uint64, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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