Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davemeehan committed Sep 14, 2012
1 parent c25fa1f commit 9c03b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j.go
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ func (this *Neo4j) send(url string, data string) (string, error) {
break
}
req.SetBasicAuth(this.Username, this.Password)
resp, err = client.Get(req)
resp, err = client.Do(req)

}
if err != nil {
Expand Down

0 comments on commit 9c03b90

Please sign in to comment.