searchify / Neo4j-GO

Neo4j REST Client in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Neo4j REST Client in golang