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
Method func (p *Point) Decompress(leBuf [32]byte) (*Point, error) returns new Point model with X and Y, but the receiver p *Point will be only with Y value set, not X.