Closed KevinHock closed 1 year ago
CombinedOutput returns standard output and standard error. Because NewFileClient calls Register and then does json.Unmarshal, we only want to output stdout.
json.Unmarshal
CombinedOutput returns standard output and standard error. Because NewFileClient calls Register and then does
json.Unmarshal
, we only want to output stdout.