See https://tip.golang.org/doc/go1.10#reflect. As a result, there are certain types of queries that we won't be able to unmarshal into successfully. Need to decide where to detect the situation, and how to deal with it. (The current code may panic for such queries.)
See https://tip.golang.org/doc/go1.10#reflect. As a result, there are certain types of queries that we won't be able to unmarshal into successfully. Need to decide where to detect the situation, and how to deal with it. (The current code may panic for such queries.)
The fix will be roughly similar to
encoding/json
changes in 1.10.I've already started work on this locally.