Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + type Group struct + func (g *Group) Do(key string, fn func() (any, error)) (v any, err error, shared bool) + func (g *Group) DoChan(key string, fn func() (any, error)) (<-chan Result, bool) + func (g *Group) ForgetUnshared(key string) bool + type Result struct + Err error + Shared bool + Val any