You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need another {} for results := map[string]interface{}{}, in order to create an empty instance of the map[string]interface{}. Yeah looks like the docs are wrong.
When i try the second alternate scan type i get an error. I created a test program directly from your documentation. Am i doing something wrong?
I get the following error:
./test.go:10: syntax error: unexpected semicolon or newline, expecting {
The text was updated successfully, but these errors were encountered: