diff options
author | Wolfy-J <[email protected]> | 2018-06-06 12:59:38 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-06 12:59:38 +0300 |
commit | b49a888579be9dfc33069d168083c54fb354e24c (patch) | |
tree | 877c0e4397135f83f4794bc72e4adcaf43cc3c24 /worker.go | |
parent | aefb8c50d2c691cac113d9ccbbfbcbd30635ee6a (diff) |
more tests
Diffstat (limited to 'worker.go')
-rw-r--r-- | worker.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ type Worker struct { state *state // underlying command with associated process, command must be - // provided to worker from outside in non-started form. Cmd + // provided to worker from outside in non-started form. CmdSource // stdErr direction will be handled by worker to aggregate error message. cmd *exec.Cmd |