From 546b3fd682c11702304ad4aada98e6a62a6800a1 Mon Sep 17 00:00:00 2001 From: sourcegraph Date: Mon, 29 Jun 2026 21:36:44 +0000 Subject: [PATCH] Expand package doc comment --- zapcore/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zapcore/doc.go b/zapcore/doc.go index 31000e9..eb21bea 100644 --- a/zapcore/doc.go +++ b/zapcore/doc.go @@ -22,3 +22,5 @@ // zap is built. By providing alternate implementations of these interfaces, // external packages can extend zap's capabilities. package zapcore // import "go.uber.org/zap/zapcore" + +// See the project README for usage examples and configuration options.