Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Example_basic (0.13 sec)

  1. src/encoding/gob/example_test.go

    	Name    string
    }
    
    type Q struct {
    	X, Y *int32
    	Name string
    }
    
    // This example shows the basic usage of the package: Create an encoder,
    // transmit some values, receive them with a decoder.
    func Example_basic() {
    	// Initialize the encoder and decoder. Normally enc and dec would be
    	// bound to network connections and the encoder and decoder would
    	// run in different processes.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 02 00:13:47 UTC 2016
    - 1.4K bytes
    - Viewed (0)
Back to top