Bodyancheq

Results 1 comments of Bodyancheq

+1 in my project following code worked as a solution: ``` rows, err := db.Queryx("SELECT * FROM users") if err != nil { log.Print(err) return } defer func() { _...