-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] Update msgpack #245
Conversation
@@ -84,7 +88,7 @@ func NewEncoder( | |||
|
|||
func getEncoder(w io.Writer) *msgpack.Encoder { | |||
enc := msgpack.NewEncoder(w) | |||
enc.UseJSONTag(true) | |||
enc.SetCustomStructTag(jsonTag) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the msgpack
api changed 😢
Pull Request Test Coverage Report for Build 11918
💛 - Coveralls |
Review Error for septerr @ 2020-11-23 18:10:40 UTC |
Review Error for septerr @ 2020-11-23 18:14:31 UTC |
Review Error for septerr @ 2020-11-23 18:23:47 UTC |
Closes: #243
This PR updates
msgpack
to the latest release and resolves breaking API changes.