From 35de043ccc0ceced45e6fbb2530a754489220946 Mon Sep 17 00:00:00 2001 From: Lonre Wang Date: Mon, 22 Aug 2022 12:21:47 +0800 Subject: [PATCH] Update group.go --- group.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group.go b/group.go index 6df9d34..809b789 100644 --- a/group.go +++ b/group.go @@ -29,7 +29,7 @@ func (g *TaskGroup) Wait() { g.waitGroup.Wait() } -// TaskGroup represents a group of related tasks associated to a context +// TaskGroupWithContext represents a group of related tasks associated to a context type TaskGroupWithContext struct { TaskGroup ctx context.Context