Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ReadFile() now returns the actual error (if any) returned by os.Open(…
…) so that the client can inspect the error (e.g. via os.IsNotExist()) to determine if the file doesn't exist.
- Loading branch information