# Packages
No description provided by the author
# Functions
Debugf writes the value of data to the debugWriter (default: os.Stdout).
Debugf writes the formatted value of args into the debugWriter (default: os.Stdout).
Dump writes the pretty-printed values of v to the debugWriter (default: os.Stdout).
GenericFilter executes all filters provided against each item provided returning the remaining items.
Spew writes the pretty-printed values of v to the provided io.Writer.
StringSliceEqual ..
# Type aliases
Filter is an interface for filtering interface{} objects.