We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b617dc commit 96711d3Copy full SHA for 96711d3
slog.go
@@ -4,7 +4,8 @@
4
//
5
// The examples are the best way to understand how to use this library effectively.
6
7
-// Sink implementations are in the sloggers subdirectory.
+// This package only provides a high level API around Sink but does not provide any implementations.
8
+// The implementations are in the sloggers subdirectory.
9
package slog // import "cdr.dev/slog"
10
11
import (
0 commit comments