Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasPath (0.13 sec)

  1. src/cmd/dist/test.go

    			t.lastHeading = dt.heading
    			t.out(dt.heading)
    		}
    		if vflag > 0 {
    			fmt.Printf("# go tool dist test -run=^%s$\n", dt.name)
    		}
    	}
    }
    
    func (t *tester) hasBash() bool {
    	switch gohostos {
    	case "windows", "plan9":
    		return false
    	}
    	return true
    }
    
    // hasParallelism is a copy of the function
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top