diff options
Diffstat (limited to 'lazy/init.go')
-rw-r--r-- | lazy/init.go | 2 |
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) |