Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dirsInit (0.21 sec)

  1. src/cmd/doc/dirs.go

    	hist   []Dir    // History of reported Dirs.
    	offset int      // Counter for Next.
    }
    
    var dirs Dirs
    
    // dirsInit starts the scanning of package directories in GOROOT and GOPATH. Any
    // extra paths passed to it are included in the channel.
    func dirsInit(extra ...Dir) {
    	if buildCtx.GOROOT == "" {
    		stdout, err := exec.Command("go", "env", "GOROOT").Output()
    		if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 17:49:12 UTC 2022
    - 9K bytes
    - Viewed (0)
Back to top