package
1.1.2
Repository: https://github.com/nao1215/contributor.git
Documentation: pkg.go.dev

# Functions

Err print error message at STDERR.
Fatal print dying message at STDERR.
Info print information message at STDOUT.
Question displays the question in the terminal and receives an answer from the user.
Warn print warning message at STDERR.

# Variables

Stderr is new instance of Writer which handles escape sequence for stderr.
Stdout is new instance of Writer which handles escape sequence for stdout.