Maurice Makaay
|
76336e883e
|
Removed the use of Error.Full(). The default Error() method now includes the extra data from Full() (line and column offset)
|
2019-06-09 15:20:44 +00:00 |
Maurice Makaay
|
05585db341
|
Normalizing error handling, to always include the caller location in errors. This makes debugging a lot easier for users of the package, because it doesn't say stuff like 'Method() was called incorrectly', but instead something like 'Method() was called incorrectlty at /path/to/file.go:1234'.
|
2019-06-05 10:07:50 +00:00 |
Maurice Makaay
|
75373e5ed5
|
Big simplification run once more, cleaned up code, added tests and examples, made stuff unexported where possible, to slim down the exported interface.
|
2019-06-04 23:15:02 +00:00 |