Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for paket (0.22 sec)

  1. doc/go1.17_spec.html

    </p>
    
    <pre>
    f := t.Mv; f(7)   // like t.Mv(7)
    f := pt.Mp; f(7)  // like pt.Mp(7)
    f := pt.Mv; f(7)  // like (*pt).Mv(7)
    f := t.Mp; f(7)   // like (&amp;t).Mp(7)
    f := makeT().Mp   // invalid: result of makeT() is not addressable
    </pre>
    
    <p>
    Although the examples above use non-interface types, it is also legal to create a method value
    from a value of interface type.
    </p>
    
    <pre>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (linux-386-cgo), const PACKET_MR_PROMISC = 1
    pkg syscall (linux-386-cgo), const PACKET_MULTICAST = 2
    pkg syscall (linux-386-cgo), const PACKET_OTHERHOST = 3
    pkg syscall (linux-386-cgo), const PACKET_OUTGOING = 4
    pkg syscall (linux-386-cgo), const PACKET_RECV_OUTPUT = 3
    pkg syscall (linux-386-cgo), const PACKET_RX_RING = 5
    pkg syscall (linux-386-cgo), const PACKET_STATISTICS = 6
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. doc/go_spec.html

    </p>
    
    <pre>
    f := t.Mv; f(7)   // like t.Mv(7)
    f := pt.Mp; f(7)  // like pt.Mp(7)
    f := pt.Mv; f(7)  // like (*pt).Mv(7)
    f := t.Mp; f(7)   // like (&amp;t).Mp(7)
    f := makeT().Mp   // invalid: result of makeT() is not addressable
    </pre>
    
    <p>
    Although the examples above use non-interface types, it is also legal to create a method value
    from a value of interface type.
    </p>
    
    <pre>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const PACKET_MR_MULTICAST ideal-int
    pkg syscall (linux-arm-cgo), const PACKET_MR_PROMISC ideal-int
    pkg syscall (linux-arm-cgo), const PACKET_MULTICAST ideal-int
    pkg syscall (linux-arm-cgo), const PACKET_OTHERHOST ideal-int
    pkg syscall (linux-arm-cgo), const PACKET_OUTGOING ideal-int
    pkg syscall (linux-arm-cgo), const PACKET_RECV_OUTPUT ideal-int
    pkg syscall (linux-arm-cgo), const PACKET_RX_RING ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  5. api/go1.txt

    pkg syscall (linux-386), const PACKET_MR_MULTICAST ideal-int
    pkg syscall (linux-386), const PACKET_MR_PROMISC ideal-int
    pkg syscall (linux-386), const PACKET_MULTICAST ideal-int
    pkg syscall (linux-386), const PACKET_OTHERHOST ideal-int
    pkg syscall (linux-386), const PACKET_OUTGOING ideal-int
    pkg syscall (linux-386), const PACKET_RECV_OUTPUT ideal-int
    pkg syscall (linux-386), const PACKET_RX_RING ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top