Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

Commit

Permalink
Merge pull request #216 from thingful/v1.3.1-neo4j-https
Browse files Browse the repository at this point in the history
Register neo4j driver using a pseudo `neo4js` protocol scheme.
  • Loading branch information
mattes authored May 9, 2017
2 parents 1dffba9 + 250543a commit afc973c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver/neo4j/neo4j.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@ func (driver *Driver) Version() (uint64, error) {

func init() {
driver.RegisterDriver("neo4j", &Driver{})
driver.RegisterDriver("neo4js", &Driver{})
}

0 comments on commit afc973c

Please sign in to comment.