use sync.Map to store type info
This commit is contained in:
@ -27,7 +27,6 @@ type Decoder struct {
|
||||
io.ByteReader
|
||||
io.Reader
|
||||
}
|
||||
nameless bool
|
||||
}
|
||||
|
||||
func NewDecoder(r io.Reader) *Decoder {
|
||||
|
Reference in New Issue
Block a user