Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + func Flow(ctx context.Context, from *Span, to *Span) + func Start(ctx context.Context, file string) (context.Context, func() error, error) + func StartGoroutine(ctx context.Context) context.Context + type Span struct + func StartSpan(ctx context.Context, name string) (context.Context, *Span) + func (s *Span) Done()