Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for striped (0.29 sec)

  1. src/go/build/build.go

    				p.Dir = dir
    				p.Root = root
    				goto Found
    			}
    			tried.gopath = append(tried.gopath, dir)
    		}
    
    		// If we tried GOPATH first due to a "vendor/" prefix, fall back to GOPATH.
    		// That way, the user can still get useful results from 'go list' for
    		// standard-vendored paths passed on the command line.
    		if ctxt.GOROOT != "" && tried.goroot == "" {
    			dir := ctxt.joinPath(ctxt.GOROOT, "src", path)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
Back to top