Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for vendor_id (0.04 seconds)

  1. src/README.vendor

    same path is imported from a package outside std or cmd, it will
    be resolved normally. Consequently, a binary may be built with two
    copies of a package at different versions if the package is
    imported normally and vendored by the standard library.
    
    Vendored packages are internally renamed with a "vendor/" prefix
    to preserve the invariant that all packages have distinct paths.
    This is necessary to avoid compiler and linker conflicts. Adding
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Mon Sep 30 19:15:39 GMT 2024
    - 2.4K bytes
    - Click Count (0)
  2. src/cmd/README.vendor

    See src/README.vendor for information on loading vendored packages
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu May 09 17:11:16 GMT 2019
    - 102 bytes
    - Click Count (0)
Back to Top