fix example output error

This commit is contained in:
JunDao
2019-05-19 00:23:54 +08:00
parent 1144956f57
commit 6ecda56de1

View File

@ -35,5 +35,5 @@ func ExampleMarshal() {
fmt.Printf("% 02x ", buf.Bytes()) fmt.Printf("% 02x ", buf.Bytes())
// Output: // 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
} }