From dbbe6958b3efb197c50fe9246d3cbb5e1e0acffe Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Mon, 11 Nov 2019 12:51:46 -0800 Subject: [PATCH] update doc v9 url to v10 --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index e0396cb..95029dd 100644 --- a/doc.go +++ b/doc.go @@ -5,7 +5,7 @@ based on tags. It can also handle Cross-Field and Cross-Struct validation for nested structs and has the ability to dive into arrays and maps of any type. -see more examples https://github.com/go-playground/validator/tree/v9/_examples +see more examples https://github.com/go-playground/validator/tree/master/_examples Validation Functions Return Type error