Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One might want to write the debug information somewhere other than Stdout. This patch adss a DebugTo function and method, that accepts an io.Writer. It changes the original Debug implementation to call this new function with a default of os.Stdout, which maintains backward compatibility. Signed-off-by: Brad P. Crochet <[email protected]>
- Loading branch information