Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for existent (0.2 sec)

  1. doc/godebug.md

    It is also possible to set the default `GODEBUG` for a given program
    (discussed below).
    
    When preparing any change that is permitted by Go 1 compatibility
    but may nonetheless break some existing programs,
    we first engineer the change to keep as many existing programs working as possible.
    For the remaining programs,
    we define a new GODEBUG setting that
    allows individual programs to opt back in to the old behavior.
    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)
  2. doc/README.md

    # Release Notes
    
    The `initial` and `next` subdirectories of this directory are for release notes.
    
    ## For developers
    
    Release notes should be added to `next` by editing existing files or creating
    new files. **Do not add RELNOTE=yes comments in CLs.** Instead, add a file to
    the CL (or ask the author to do so).
    
    At the end of the development cycle, the files will be merged by being
    concatenated in sorted order by pathname. Files in the directory matching the
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 26 21:24:36 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  3. api/go1.1.txt

    pkg syscall (windows-386), const NameUnknown = 0
    pkg syscall (windows-386), const NameUserPrincipal = 8
    pkg syscall (windows-386), const OPEN_ALWAYS = 4
    pkg syscall (windows-386), const OPEN_EXISTING = 3
    pkg syscall (windows-386), const O_APPEND = 1024
    pkg syscall (windows-386), const O_ASYNC = 8192
    pkg syscall (windows-386), const O_CLOEXEC = 524288
    pkg syscall (windows-386), const O_CREAT = 64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
Back to top