]> Cypherpunks repositories - gostls13.git/commit
os/exec: clarify that Wait must be called
authorIan Lance Taylor <iant@golang.org>
Fri, 24 Jun 2022 21:34:28 +0000 (14:34 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 6 Jul 2022 16:51:00 +0000 (16:51 +0000)
commit53a4152d478d75ef4b71e428b9d69ed54144081f
tree38e0e3815dad12c63e838e275c161ffcc94aa0c2
parent177306f6305b35bf6993c2d74baa7fb60cd3f5d4
os/exec: clarify that Wait must be called

Fixes #52580

Change-Id: Ib2dd8a793b9c6fcb083abb3f7c346f6279adefc9
Reviewed-on: https://go-review.googlesource.com/c/go/+/414056
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/os/exec/exec.go