From c1d7c423a74335fa0221756315c61a9dc0d9d8d8 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Thu, 18 Jul 2024 07:12:50 +0100 Subject: [PATCH] simplify readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index d79e8e8..3b94af4 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ 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 See [LICENSE.md](../LICENSE.md)