I have trouble to play with the Neo4j library, I get an error when I try to debug my Go application, the error is connected to the neo4j connector. This is the error:
github.com/neo4j-drivers/gobolt
../../neo4j-drivers/gobolt/connector.go:199:20: could not determine kind of name for C.BOLT_MODE_DIRECT
../../neo4j-drivers/gobolt/connector.go:201:10: could not determine kind of name for C.BOLT_MODE_ROUTING
../../neo4j-drivers/gobolt/connector.go:227:2: could not determine kind of name for C.BoltConfig_set_mode
../../neo4j-drivers/gobolt/connector.go:227:33: could not determine kind of name for C.BoltMode
Can anyone help me with that? Thanks