Fixed import in example_test
This commit is contained in:
parent
4f4a9961b2
commit
6168c11f4a
@ -6,7 +6,7 @@ package goes_test
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"goes"
|
"github.com/belogik/goes"
|
||||||
"net/url"
|
"net/url"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ func ExampleConnection_Delete() {
|
|||||||
d := goes.Document{
|
d := goes.Document{
|
||||||
Index: "twitter",
|
Index: "twitter",
|
||||||
Type: "tweet",
|
Type: "tweet",
|
||||||
Id: "1",
|
Id: "1",
|
||||||
Fields: map[string]interface{}{
|
Fields: map[string]interface{}{
|
||||||
"user": "foo",
|
"user": "foo",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user