Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VendorDir (0.2 sec)

  1. src/cmd/go/internal/work/exec.go

    					toPath = "GOPATH"
    				}
    			} else if m.Dir == "" {
    				// The module is in the vendor directory. Replace the entire vendor
    				// directory path, because the module's Dir is not filled in.
    				from = modload.VendorDir()
    				toPath = "vendor"
    			} else {
    				from = m.Dir
    				toPath = m.Path
    				if m.Version != "" {
    					toPath += "@" + m.Version
    				}
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top