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.
Lazy
1 parent c0cd552 commit a1aad6fCopy full SHA for a1aad6f
log/value.libevm.go
@@ -22,7 +22,7 @@ import (
22
"golang.org/x/exp/slog"
23
)
24
25
-// A Lazy function defers its execution until and if logging is performed.
+// A Lazy function defers its execution until logging is performed.
26
type Lazy func() slog.Value
27
28
var _ slog.LogValuer = Lazy(nil)
0 commit comments