Skip to content

Commit ab5b55c

Browse files
aperezgfixmie[bot]
andauthored
Update pkg/log/nooplogger.go
Co-Authored-By: fixmie[bot] <44270338+fixmie[bot]@users.noreply.github.com>
1 parent 57468e5 commit ab5b55c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/log/nooplogger.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import "context"
55
type noop struct {
66
}
77

8+
// NewNoopLogger ...
89
func NewNoopLogger() Logger {
910
return &noop{}
1011
}

0 commit comments

Comments
 (0)