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
Command go get -u -t github.com/tinylib/msgp install msgp from master. It generates code with msgp.WrapError.
But when using msgp in app with go modules, latest version is v1.0.2 and there are no msgp.WrapError. To migrate to version v2 you should use v2 postfix in import path, but I can't modify pregenerated code.
It was broken in commit 1360bda