Hi all, trying to get the golang driver running / the latest simple refused ; I wonder if no longer it's being maintained by Neo4j ?
vendor/github.com/neo4j-drivers/gobolt/config.go:116:24: could not determine kind of name for C.BOLT_MODE_DIRECT
vendor/github.com/neo4j-drivers/gobolt/config.go:118:10: could not determine kind of name for C.BOLT_MODE_ROUTING
vendor/github.com/neo4j-drivers/gobolt/config.go:101:2: could not determine kind of name for C.BoltConfig_set_mode
vendor/github.com/neo4j-drivers/gobolt/config.go:115:25: could not determine kind of name for C.BoltMode
(Neo4 Golang Driver+ BOLT) seems to remain an incredible difficult monster to use /install and get deployed. (also tried installing on MAC - what a time zapper / looks like readme's etc not giving good instructions).
Could you please verify the versions of components you have are the latest ones, once again? It seems that you're using 1.7.2 or an earlier version of gobolt with a more recent version of seabolt.
The latest versions of each of these components are as follows;
I had issued the go get -u / but that seems not to work for the neo4j driver package. For this one I had to brute force / deleting the all traces from the vendor folder and then starting a fresh.
Also seem I'll always getting a linking warning.
So looking forward to getting the native GOLANG driver from NEO4J - as mentioned this really makes a great product super tiring to use.
I'm having this problem also I'm afraid, but the mentioned fix isn't working.
@ali_ince I don't suppose there's any movement on when we may be getting a native Go driver for Neo4j? I have many builds in which i'd love to use it in production but the current option offered for us Go users is just terrible to work with.