package
0.10.13
Repository: https://github.com/indiereign/shift72-kibble.git
Documentation: pkg.go.dev

# Functions

Coalesce - return the first non empty string.
ConfigureInteractiveLogging - logging.
ConfigureStandardLogging - verbose.
ConfigureStandardLoggingLevel - logging.
ConfigureSyncLogging - logging only to the unique logger.
ConfigureWatchedLogging - logging to stdout + the unique logger.
ConvertToLoggingLevel - convert to.
CopyDir recursively copies a directory tree, attempting to preserve permissions.
CopyFile copies the contents of the file named src to the file named by dst.
Join - using the separator join the strings.
LaunchBrowser will open a browser.
MeasureElapsed - measure the time taken to complete the function.
NewFileIgnorer creates a new FileIgnorer and sets the correct paths.
NewStopwatch - start a stop watch.
NewStopwatchf - start a stop watch with formatting.
NewStopwatchLevel - start a stop watch with a level.
NewUniqueLogger - creates a new unique logger.
ParseIntFromSlug - return the index from a slug.
ParseIntFromString - return a int where possible.
ParseTimeFromString attempts to parse the string value into a time.Time struct.

# Structs

FileIgnorer allows specifying groups of files to be ignored based on Glob or prefix file path matching.
Stopwatch - track a stop watch.
UniqueLogger - logs only the unique errors.

# Interfaces

LogReader - reads logs.