From b98468710a513734cee801fcd4bf171f2c9937df Mon Sep 17 00:00:00 2001 From: biju-kalissery Date: Tue, 8 Sep 2015 15:27:37 -0400 Subject: [PATCH] package ref cleanup ref: https://github.com/jinzhu/gorm/issues/647 --- join_table_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/join_table_test.go b/join_table_test.go index 86a91007..e3288f11 100644 --- a/join_table_test.go +++ b/join_table_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/biju-kalissery/gorm" + "github.com/jizhu/gorm" ) type Person struct {