go/src/encoding/gob/example_test.go

type P

type Q

// This example shows the basic usage of the package: Create an encoder,
// transmit some values, receive them with a decoder.
func Example_basic() {}