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
BinaryOp() does not handle comparison operations, Compare() does. Is it supposed to?
If not, we should give more helpful message saying that op X is not supported, and put that in doc as well (that would be trivial and can be done in time for 1.8).
What version of Go are you using (
go version
)?go version go1.7.3 linux/amd64
What did you do?
https://play.golang.org/p/Paqll33YBG
What did you expect to see?
false
What did you see instead?
The text was updated successfully, but these errors were encountered: