Stderr returns the unprefixed stderr content.
()
| 163 | |
| 164 | // Stderr returns the unprefixed stderr content. |
| 165 | func (o *Output) Stderr() string { |
| 166 | return o.stderr.String() |
| 167 | } |
| 168 | |
| 169 | // TestGoldenFile will test the given bytes slice input against the |
| 170 | // golden file with the given file name, optionally using the given replacements. |