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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ There are also changes in the logic that can lead to errors in the old code,
176
176
`msgpack.v5` some functions for the logic tuning were added (see
177
177
[UseLooseInterfaceDecoding](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5#Decoder.UseLooseInterfaceDecoding), [UseCompactInts](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5#Encoder.UseCompactInts) etc), it is still impossible
178
178
to achieve full compliance of behavior between `msgpack.v5` and `msgpack.v2`. So
179
-
we don't go this way. We use standart settings if it possible.
179
+
we don't go this way. We use standard settings if it possible.
0 commit comments