Neo4go is a Go client library for the Neo4j REST API.
Neo4go can easily be installed
go get -u github.com/geekproject/neo4go
(-u flag for "update")
import "github.com/geekproject/neo4go"
Neo4go was developed using Test Driven Development and comes bundles with test cases.
The tests can be executed using the following command:
go test
Most test cases require a Neo4j server running on localhost.