Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2026 Changes in this version + func AllCloser(r io.Closer, mw []io.WriteCloser) io.Closer + type Group struct + func (g *Group) Do(key string, fn func() (*http.Response, error)) (v *http.Response, err error, shared bool) + func (g *Group) DoChan(key string, waiter time.Duration, fn func() (*http.Response, error)) <-chan Result + func (g *Group) Forget(key string) + type Result struct + Err error + Shared bool + Val *http.Response