From 83c9883fe8b0faee623669a98865b780db9cc330 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Thu, 12 Feb 2015 14:47:22 -0500 Subject: [PATCH] add gopkg --- validator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_test.go b/validator_test.go index 9180a03..5f32192 100644 --- a/validator_test.go +++ b/validator_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - "github.com/joeybloggs/go-validate-yourself" + "gopkg.in/joeybloggs/go-validate-yourself.v0" ) type UserDetails struct {