Y
Hacker News
new
|
ask
|
show
|
jobs
by
xarope
998 days ago
Dealing with databases and data scanning into custom structs, you would be writing lots Scanner/Valuer custom functions which use interface{}
If you are the lucky ones not dealing with databases, I sort-of envy you...!
2 comments
kiitos
997 days ago
Applications should basically never need to write custom Scanner/Valuer functions that deal in interface{}, if you find yourself doing that it's a red flag
link
badrequest
996 days ago
I use sqlc and it makes this a non-issue.
link