constants

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DictNumeric      = "0123456789"
	DictUppercase    = "abcdefghijklmnopqrstuvwxyz"
	DictLowercase    = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
	DictLetter       = DictLowercase + DictUppercase
	DicLetterNumeric = DictLetter + DictNumeric
)

Variables

View Source
var (
	MaxTime = time.Unix(1<<31-1, 0)
)

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