Skip to content

Commit 7b5e632

Browse files
Remove the mistake
1 parent 25d4868 commit 7b5e632

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test_helpers/msgpack.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
package test_helpers
55

66
import (
7-
"io"
8-
97
"gopkg.in/vmihailenco/msgpack.v2"
108
)
119

1210
type encoder = msgpack.Encoder
13-
14-
func newEncoder(w io.Writer) *encoder {
15-
return msgpack.NewEncoder(w)
16-
}

0 commit comments

Comments
 (0)