Skip to content

Commit e924323

Browse files
fix missing Ctrl-S
1 parent 1558a1d commit e924323

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test_helpers/msgpack_v5.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ import (
88
)
99

1010
type encoder = msgpack.Encoder
11+
12+
func newEncoder(w io.Writer) *encoder {
13+
return msgpack.NewEncoder(w)
14+
}

0 commit comments

Comments
 (0)