Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Xref (0.16 sec)

  1. api/go1.txt

    pkg net, type Listener interface, Addr() Addr
    pkg net, type Listener interface, Close() error
    pkg net, type MX struct
    pkg net, type MX struct, Host string
    pkg net, type MX struct, Pref uint16
    pkg net, type OpError struct
    pkg net, type OpError struct, Addr Addr
    pkg net, type OpError struct, Err error
    pkg net, type OpError struct, Net string
    pkg net, type OpError struct, Op string
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  2. doc/godebug.md

    This behavior can be controlled by the
    [`httpmuxgo121` setting](/pkg/net/http/#ServeMux).
    
    Go 1.22 added the [Alias type](/pkg/go/types#Alias) to [go/types](/pkg/go/types)
    for the explicit representation of [type aliases](/ref/spec#Type_declarations).
    Whether the type checker produces `Alias` types or not is controlled by the
    [`gotypesalias` setting](/pkg/go/types#Alias).
    For Go 1.22 it defaults to `gotypesalias=0`.
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
Back to top