Closed kolkov closed 8 years ago
How to properly populate []string from:
SELECT `name` FROM `users`
This is not currently supported. You would have to call All() or do for-loop to populate it.
All()
Thanks, Qiang!
How to properly populate []string from: