package
0.0.0-20181003182622-9200811537b3
Repository: https://github.com/golangci/golangci-shared.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
# Constants
debug message, write to debug logs only by logutils.Debug.
only not hidden from user errors: whole program failing, usually error logging happens in 1-2 places: in the "main" function.
information messages, don't write too much messages, only useful ones: they are shown when running with -v.
hidden errors: non critical errors: work can be continued, no need to fail whole program; tests will crash if any warning occurred.
# Interfaces
No description provided by the author