package
0.0.15
Repository: https://github.com/nao1215/morrigan.git
Documentation: pkg.go.dev

# Functions

Err print error message at STDERR in yellow.
Fatal print dying message at STDERR in red.
Info print information message at STDOUT in green.
Warn print warning message at STDERR in yellow.

# Variables

OsExit is wrapper for os.Exit().
Stderr is new instance of Writer which handles escape sequence for stderr.
Stdout is new instance of Writer which handles escape sequence for stdout.