Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for vendorPkgModule (0.15 sec)

  1. src/cmd/go/internal/modload/import.go

    			if inVendorDir {
    				readVendorList(vendorDir)
    				// If vendorPkgModule does not contain an entry for path then it's probably either because
    				// vendor/modules.txt does not exist or the user manually added directories to the vendor directory.
    				// Go 1.23 and later require vendored packages to be present in modules.txt to be imported.
    				_, ok := vendorPkgModule[path]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 15:21:14 UTC 2024
    - 27.7K bytes
    - Viewed (0)
Back to top