bug fix
This commit is contained in:
parent
afc76d7d15
commit
3a3512d94b
4
go.mod
4
go.mod
|
@ -1,8 +1,8 @@
|
||||||
module git.hpds.cc/Component/mq_coder
|
module git.hpds.cc/Component/mq_coder
|
||||||
|
|
||||||
go 1.19
|
go 1.23
|
||||||
|
|
||||||
require github.com/stretchr/testify v1.8.0
|
require github.com/stretchr/testify v1.8.4
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||||
|
|
|
@ -9,7 +9,7 @@ import (
|
||||||
"git.hpds.cc/Component/mq_coder/encoding"
|
"git.hpds.cc/Component/mq_coder/encoding"
|
||||||
)
|
)
|
||||||
|
|
||||||
// StreamReader read an coder packet from io.Reader, and return
|
// StreamReader read a coder packet from io.Reader, and return
|
||||||
// the ValReader after decode out Tag and Len
|
// the ValReader after decode out Tag and Len
|
||||||
type StreamReader struct {
|
type StreamReader struct {
|
||||||
src io.Reader
|
src io.Reader
|
||||||
|
|
Loading…
Reference in New Issue