Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nil (0.11 sec)

  1. api/go1.5.txt

    pkg go/types, method (*Named) Underlying() Type
    pkg go/types, method (*Nil) Exported() bool
    pkg go/types, method (*Nil) Id() string
    pkg go/types, method (*Nil) Name() string
    pkg go/types, method (*Nil) Parent() *Scope
    pkg go/types, method (*Nil) Pkg() *Package
    pkg go/types, method (*Nil) Pos() token.Pos
    pkg go/types, method (*Nil) String() string
    pkg go/types, method (*Nil) Type() Type
    pkg go/types, method (*Package) Complete() bool
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  2. doc/godebug.md

    The [GODEBUG History](#history) gives the exact defaults for each Go toolchain version.
    For example, Go 1.21 introduces the `panicnil` setting,
    controlling whether `panic(nil)` is allowed;
    it defaults to `panicnil=0`, making `panic(nil)` a run-time error.
    Using `panicnil=1` restores the behavior of Go 1.20 and earlier.
    
    When compiling a work module or workspace that declares
    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