-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stdinservice: Simplify command execution
`exec.CommandContext()` respects context cancelation already, and that lets us avoid additional goroutines and channels. Better to simplify this now before we grow dependencies on behaviour that is out-of-line with the standard library. PiperOrigin-RevId: 704272182
- Loading branch information
1 parent
d36785f
commit e6e7df3
Showing
1 changed file
with
6 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters