Skip to content

Commit

Permalink
fix example output error
Browse files Browse the repository at this point in the history
  • Loading branch information
JunDao authored and JunDao committed May 18, 2019
1 parent 1144956 commit 6ecda56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbt/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 6ecda56

Please sign in to comment.