Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix: fix the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Apr 17, 2024
1 parent b035ba4 commit 57ed92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defalt.go
Expand Up @@ -191,7 +191,7 @@ func FatalfContext(ctx context.Context, template string, args ...any) {
defaultLogger.FatalfContext(ctx, template, args...)
}

//****** ending in "w" or "wContext" for loosely-typed structured logging
// ****** ending in "w" or "wContext" for loosely-typed structured logging

func Debugw(msg string, keysAndValues ...any) {
defaultLogger.Debugw(msg, keysAndValues...)
Expand Down

0 comments on commit 57ed92a

Please sign in to comment.