Marshal without test and TagList

This commit is contained in:
JunDao
2019-05-19 00:15:14 +08:00
parent 0b9984da07
commit b28cc4f2da
4 changed files with 260 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Package nbt implement the Named Binary Tag format of Minecraft.
// It provides api like encoding/xml package.
package nbt
import (