aboutsummaryrefslogtreecommitdiffhomepage
path: root/lazy/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'lazy/init.go')
-rw-r--r--lazy/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazy/init.go b/lazy/init.go
index 7b88a5351..bef3867a9 100644
--- a/lazy/init.go
+++ b/lazy/init.go
@@ -36,7 +36,7 @@ type Init struct {
prev *Init
children []*Init
- init onceMore
+ init OnceMore
out any
err error
f func(context.Context) (any, error)