v1.2.0
Error handling!
To(*struct)
now returns an error.
- Bad file i/o no longer panics.
- conversion errors are no longer ignored
I know this was a much requested feature, I too wanted idiomatic error handling. I just needed to sit on it a bit to find the right solution.
Hoping to improve it in the near future with a concrete and inspectable error type, keep an eye out for that.