added example output
This commit is contained in:
parent
2dd3112a7e
commit
a2e812c95d
1 changed files with 2 additions and 0 deletions
|
|
@ -40,4 +40,6 @@ func ExampleCreatePacket() {
|
|||
packet := CreatePacket(header, payload)
|
||||
|
||||
fmt.Printf("Packet Data: %X\n", packet)
|
||||
|
||||
// Output: Packet Data: ABCD00000000A038
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue