README

June 20, 2018 ยท View on GitHub

DEPRECATED! Consider these instead: https://github.com/johnnadratowski/golang-neo4j-bolt-driver https://github.com/go-cq/cq

Install: If you don't have GOROOT in your environment make sure you set it to your base go dir. for example: #: export GOROOT=/usr/local/go

to install: #: cd Neo4j-GO #: make && make install