diff options
Diffstat (limited to 'internal/logging/logging.go')
| -rw-r--r-- | internal/logging/logging.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/logging/logging.go b/internal/logging/logging.go index 80231ab..b82ee99 100644 --- a/internal/logging/logging.go +++ b/internal/logging/logging.go @@ -1,3 +1,5 @@ +// Summary: ANSI-styled logging utilities with a bound standard logger and configurable preview truncation. +// Not yet reviewed by a human package logging import ( |
