package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Feb 20, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func RandomAlphaNumericString(length int) string
RandomAlphaNumericString generates a non-secure random alpha-numeric string of a given length.
type RunStop interface {
Run()
Stop()
}
RunStop is an operation that may be Run (synchronously) and interrupted by calling Stop.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.