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
Right now, we can't used deep equals style comparisons (e.g. like those from stretchr/testify) to check if two geom.Geometry values are equal. This is because there's an unsafe pointer inside the geometry.
Consider altering the internal structure of geom.Geometry such that deep equals will "just work".