Clean up unnecessary garbage
This commit is contained in:
@ -21,13 +21,8 @@ const (
|
||||
TagCompound
|
||||
TagIntArray
|
||||
TagLongArray
|
||||
TagNone = 0xFF
|
||||
)
|
||||
|
||||
func IsArrayTag(ty byte) bool {
|
||||
return ty == TagByteArray || ty == TagIntArray || ty == TagLongArray
|
||||
}
|
||||
|
||||
type DecoderReader = interface {
|
||||
io.ByteReader
|
||||
io.Reader
|
||||
|
Reference in New Issue
Block a user