Cleanup removes the working directory for the runner.
()
| 53 | |
| 54 | // Cleanup removes the working directory for the runner. |
| 55 | func (r *Runner) Cleanup() error { |
| 56 | return os.RemoveAll(r.dir) |
| 57 | } |
| 58 | |
| 59 | // CreateInputFile saves a list of structs for the runner to parse. |
| 60 | func (r *Runner) CreateInputFile(info *nvproxy.DriverABIInfo) error { |