I am using neo4j in for one of my applications.
After running a query if the values are found, result.Next() returns a bool
var matches []int
fmt.Println(result.Next(), "<== result NEXT ???") // 
I am using neo4j in for one of my applications.
After running a query if the values are found, result.Next() returns a bool
var matches []int
fmt.Println(result.Next(), "<== result NEXT ???") //