You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or depscheck report Lumberjack as a good candidate for removing from dependencies, when it isn't:
- Package lumberjack (gopkg.in/natefinch/lumberjack.v2) is a good candidate for removing from dependencies.
Only 0 LOC used, in 1 calls, with 0 level of nesting
Standard usage pattern of Lumberjack is, to quote readme,
with log interacting with inner implementation of lumberjack.Logger as io.WriteCloser.
This is misleading, and may be a good candidate to improve code or add as example of false positive in Readme.
The text was updated successfully, but these errors were encountered:
Or depscheck report Lumberjack as a good candidate for removing from dependencies, when it isn't:
Standard usage pattern of Lumberjack is, to quote readme,
with
log
interacting with inner implementation oflumberjack.Logger
as io.WriteCloser.This is misleading, and may be a good candidate to improve code or add as example of false positive in Readme.
The text was updated successfully, but these errors were encountered: