| 201 | } |
| 202 | |
| 203 | type ioBufs struct { |
| 204 | Stdin bytes.Buffer |
| 205 | Stdout bytes.Buffer |
| 206 | Stderr bytes.Buffer |
| 207 | } |
| 208 | |
| 209 | func fakeIO(i *serpent.Invocation) *ioBufs { |
| 210 | var b ioBufs |
nothing calls this directly
no outgoing calls
no test coverage detected