Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PkgObj (0.11 sec)

  1. src/go/internal/gcimporter/gcimporter.go

    		if bp.PkgObj == "" {
    			if bp.Goroot && bp.Dir != "" {
    				filename, err = lookupGorootExport(bp.Dir)
    				if err == nil {
    					_, err = os.Stat(filename)
    				}
    				if err == nil {
    					return filename, bp.ImportPath, nil
    				}
    			}
    			goto notfound
    		} else {
    			noext = strings.TrimSuffix(bp.PkgObj, ".a")
    		}
    		id = bp.ImportPath
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top