simplify readme

This commit is contained in:
Aneurin Barker Snook
2024-07-18 07:12:50 +01:00
parent 5b0e0ca1ec
commit c1d7c423a7
-4
View File
@@ -2,10 +2,6 @@
A suite of straightforward validation functions. You put something in, you get back `nil` or an error. A suite of straightforward validation functions. You put something in, you get back `nil` or an error.
## Error handling
You can use `errors.Is()` to ascertain the type of errors returned by validation functions. This may be helpful to control side effects, particularly if you are using multiple validators or want to change the error message.
## License ## License
See [LICENSE.md](../LICENSE.md) See [LICENSE.md](../LICENSE.md)