Skip to content

Commit 96711d3

Browse files
committed
Improve package level docs
1 parent 7b617dc commit 96711d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

slog.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
//
55
// The examples are the best way to understand how to use this library effectively.
66
//
7-
// Sink implementations are in the sloggers subdirectory.
7+
// This package only provides a high level API around Sink but does not provide any implementations.
8+
// The implementations are in the sloggers subdirectory.
89
package slog // import "cdr.dev/slog"
910

1011
import (

0 commit comments

Comments
 (0)