Skip to content

Commit 8b50ed5

Browse files
committed
godoc update
1 parent 852255d commit 8b50ed5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
type HookFunc func(e Entry)
2323

2424
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
25-
// Global methods
25+
// Package methods
2626
//___________________________________
2727

2828
// AddHook method is to add logger hook function.

log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type (
8585
)
8686

8787
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
88-
// Global methods
88+
// Package methods
8989
//___________________________________
9090

9191
// New method creates the aah logger based on supplied `config.Config`.

0 commit comments

Comments
 (0)