소스 검색

simplify readme

Aneurin Barker Snook 11 달 전
부모
커밋
c1d7c423a7
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      README.md

+ 0 - 4
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)