Given an input of `sample-files` output, resolves the full path for every sample, and writes enriched samples to output.
(input io.Reader, output io.Writer)
| 23 | // Given an input of `sample-files` output, resolves the full path for every sample, |
| 24 | // and writes enriched samples to output. |
| 25 | ResolveFilePaths(input io.Reader, output io.Writer) |
| 26 | } |
| 27 | |
| 28 | // Returns a thread-safe PathResolver that can be used concurrently in multiple goroutines. |