From 6ecda56de178d7d67efa7f53afa6550d0ad8357b Mon Sep 17 00:00:00 2001 From: JunDao Date: Sun, 19 May 2019 00:23:54 +0800 Subject: [PATCH] fix example output error --- nbt/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbt/example_test.go b/nbt/example_test.go index 406954f..a26caa9 100644 --- a/nbt/example_test.go +++ b/nbt/example_test.go @@ -35,5 +35,5 @@ func ExampleMarshal() { fmt.Printf("% 02x ", buf.Bytes()) // Output: - // 0a 00 00 08 00 00 00 04 54 6e 7a 65 00 + // 0a 00 00 08 00 04 6e 61 6d 65 00 04 54 6e 7a 65 00 }