mirror of https://github.com/spf13/viper.git
fix: lint violations
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
2672f3e4d3
commit
58b177a8c0
|
@ -59,10 +59,10 @@ func (n *discardHandler) Handle(_ context.Context, _ slog.Record) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (n *discardHandler) WithAttrs(attrs []slog.Attr) slog.Handler {
|
||||
func (n *discardHandler) WithAttrs(_ []slog.Attr) slog.Handler {
|
||||
return n
|
||||
}
|
||||
|
||||
func (n *discardHandler) WithGroup(name string) slog.Handler {
|
||||
func (n *discardHandler) WithGroup(_ string) slog.Handler {
|
||||
return n
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue