Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for added (0.18 sec)

  1. src/README.vendor

    Before updating vendor directories, ensure that module mode is enabled.
    Make sure that GO111MODULE is not set in the environment, or that it is
    set to 'on' or 'auto', and if you use a go.work file, set GOWORK=off.
    
    Requirements may be added, updated, and removed with 'go get'.
    The vendor directory may be updated with 'go mod vendor'.
    A typical sequence might be:
    
        cd src  # or src/cmd
        go get golang.org/x/net@master
        go mod tidy
        go mod vendor
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 02 02:20:05 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  2. doc/godebug.md

    For the remaining programs,
    we define a new GODEBUG setting that
    allows individual programs to opt back in to the old behavior.
    A GODEBUG setting may not be added if doing so is infeasible,
    but that should be extremely rare.
    
    GODEBUG settings added for compatibility will be maintained
    for a minimum of two years (four Go releases).
    Some, such as `http2client` and `http2server`,
    will be maintained much longer, even indefinitely.
    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)
  3. api/README

    become a go1.XX.txt for XX >= 19.
    
    The next/ directory contains the only files intended to be mutated.
    Each file in that directory contains a list of features that may be added
    to the next release of Go. The files in this directory only affect the
    warning output from the go api tool. Each file should be named
    nnnnn.txt, after the issue number for the accepted proposal.
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Jan 31 19:22:50 GMT 2024
    - 1.2K bytes
    - Viewed (0)
  4. 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)
  5. doc/next/6-stdlib/99-minor/reflect/60427.md

    The new methods synonymous with the method of the same name
    in [Value] are added to [Type]:
    1. [Type.OverflowComplex]
    2. [Type.OverflowFloat]
    3. [Type.OverflowInt]
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 187 bytes
    - Viewed (0)
  6. api/go1.txt

    pkg debug/elf, type Rel64 struct, Off uint64
    pkg debug/elf, type Rela32 struct
    pkg debug/elf, type Rela32 struct, Addend int32
    pkg debug/elf, type Rela32 struct, Info uint32
    pkg debug/elf, type Rela32 struct, Off uint32
    pkg debug/elf, type Rela64 struct
    pkg debug/elf, type Rela64 struct, Addend int64
    pkg debug/elf, type Rela64 struct, Info uint64
    pkg debug/elf, type Rela64 struct, Off uint64
    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 (1)
  7. api/go1.1.txt

    pkg syscall (windows-386), const EWOULDBLOCK = 536871039
    pkg syscall (windows-386), const EXDEV = 536871040
    pkg syscall (windows-386), const EXFULL = 536871041
    pkg syscall (windows-386), const FILE_ACTION_ADDED = 1
    pkg syscall (windows-386), const FILE_ACTION_MODIFIED = 3
    pkg syscall (windows-386), const FILE_ACTION_REMOVED = 2
    pkg syscall (windows-386), const FILE_ACTION_RENAMED_NEW_NAME = 5
    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 (0)
  8. api/go1.4.txt

    # CL 157090043 crypto/tls: support TLS_FALLBACK_SCSV as a server., Adam Langley <******@****.***>
    pkg crypto/tls, const TLS_FALLBACK_SCSV = 22016
    pkg crypto/tls, const TLS_FALLBACK_SCSV uint16
    
    # CL 107400043 crypto/tls: Added dynamic alternative to NameToCertificate map for SNI, Percy Wegmann <******@****.***>
    pkg crypto/tls, type ClientHelloInfo struct
    pkg crypto/tls, type ClientHelloInfo struct, CipherSuites []uint16
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
  9. api/go1.10.txt

    pkg debug/elf, const R_X86_64_TLSDESC R_X86_64
    pkg debug/elf, const R_X86_64_TLSDESC_CALL = 35
    pkg debug/elf, const R_X86_64_TLSDESC_CALL R_X86_64
    pkg debug/macho, const ARM64_RELOC_ADDEND = 10
    pkg debug/macho, const ARM64_RELOC_ADDEND RelocTypeARM64
    pkg debug/macho, const ARM64_RELOC_BRANCH26 = 2
    pkg debug/macho, const ARM64_RELOC_BRANCH26 RelocTypeARM64
    pkg debug/macho, const ARM64_RELOC_GOT_LOAD_PAGE21 = 5
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
Back to top