package
1.3.3
Repository: https://github.com/mason-leap-lab/go-utils.git
Documentation: pkg.go.dev

# Functions

NewFormatFunc Create the function wrapper that compatible with fmt.Sprintf.
NewFunc Create the function wrapper for func() string.
NewFuncWithArg Create the function wrapper for func(arg interface{}) string.
NewFuncWithArgs Create the function wrapper for func(arg ...interface{}) string.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

ColorLogger - A Logger that logs to stdout in color.

# Interfaces

Logger - Interface to pass into Proxy for it to log messages.

# Type aliases

DefaultLogger - Default monocolor logger.
Func Function wrapper that support lazy evaluation for the logger.