From 6168c11f4af64c73bc8b293a92da4ce292cf0dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Renard?= Date: Sat, 11 Jan 2014 17:57:32 +0100 Subject: [PATCH] Fixed import in example_test --- example_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_test.go b/example_test.go index c800734..fe7328c 100644 --- a/example_test.go +++ b/example_test.go @@ -6,7 +6,7 @@ package goes_test import ( "fmt" - "goes" + "github.com/belogik/goes" "net/url" ) @@ -128,7 +128,7 @@ func ExampleConnection_Delete() { d := goes.Document{ Index: "twitter", Type: "tweet", - Id: "1", + Id: "1", Fields: map[string]interface{}{ "user": "foo", },