Versions in this module Expand all Collapse all v1 v1.0.0 Jul 2, 2020 v0 v0.20.0 May 8, 2020 Changes in this version type Single + func (s *Single) Reset() v0.19.0 Mar 27, 2020 Changes in this version + type Result struct + Err error + Val interface{} + type Single struct + func NewSingle(wait time.Duration) *Single + func (s *Single) Do(fn func() (interface{}, error)) (v interface{}, err error, shared bool)