Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lastDirs (0.1 sec)

  1. src/internal/goroot/gc.go

    				gd.dirs = append(gd.dirs, goDir)
    			}
    		}
    		if fi, err := os.Stat(dir); err == nil && fi.IsDir() {
    			lastDirs = append(lastDirs, dir)
    		}
    	}
    	gd.dirs = append(gd.dirs, lastDirs...)
    }
    
    // isStandard reports whether path is a standard library for gccgo.
    func (gd *gccgoDirs) isStandard(path string) bool {
    	// Quick check: if the first path component has a '.', it's not
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 18:16:28 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top