Posts by Rodrigo Ferreira • 26 points
1 post
-
1
votes1
answer273
viewsA: Do a get with optional parameters in Golang
Try using the Query function instead of the Queryrow function, Queryrow returns at most one element while Query returns all of the query result. But the Query function does not return a pointer of…
golanganswered Rodrigo Ferreira 26