Home > Enterprise >  Go: truthy condition not executing
Go: truthy condition not executing

Time:01-16

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 ???") //            
  •  Tags:  
  • Related