Answer the question
In order to leave comments, you need to log in
Why doesn't it work on 1.11 but works on 1.12/1.13?
There is this function:
func Select(request string, obj interface{}, values ...interface{}) (interface{}, error) {
var Products []Product
return Products, psql.Select(request, &Products, values...)
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question