From ca7facef9ccbe358286881bb47fac051bc61cff6 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Wed, 19 Aug 2015 21:38:05 -0400 Subject: [PATCH] Update README.md update v6 accidentally left in README example to v7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f2092..6bf0949 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ package main import ( "fmt" - "gopkg.in/bluesuncorp/validator.v6" + "gopkg.in/bluesuncorp/validator.v7" ) // User contains user information