Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasGodebug (0.22 sec)

  1. src/cmd/go/scriptconds_test.go

    	add("git", lazyBool("the 'git' executable exists and provides the standard CLI", hasWorkingGit))
    	add("GODEBUG", script.PrefixCondition("GODEBUG contains <suffix>", hasGodebug))
    	add("GOEXPERIMENT", script.PrefixCondition("GOEXPERIMENT <suffix> is enabled", hasGoexperiment))
    	add("go-builder", script.BoolCondition("GO_BUILDER_NAME is non-empty", testenv.Builder() != ""))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top