From b990c3d2db0280f0c4b3dccc2520caf5f2b6b6e6 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 7 Aug 2013 14:29:58 +0200 Subject: Added functions to create NBT data + tests. --- nbt/nbt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nbt/nbt.go') diff --git a/nbt/nbt.go b/nbt/nbt.go index fe9f7a4..dd8db1d 100644 --- a/nbt/nbt.go +++ b/nbt/nbt.go @@ -82,7 +82,7 @@ func (t Tag) String() string { return s } -// TagCompund is the payload of a TAG_Compound. +// TagCompund is the payload of a TAG_Compound. Initialize with make. type TagCompound map[string]Tag func readTagData(r io.Reader, tt TagType) (interface{}, error) { -- cgit v1.2.3-54-g00ecf