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
Remove use of msg format string variable for panic error message.
This is to be consistent with other parts of the code that, e.g.
From inst_conversion.go:41
panic(fmt.Errorf("trunc operands are not compatible: from=%v; to=%v", fromVectorT, to))
0 commit comments