Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hashGetenv (0.23 sec)

  1. src/cmd/go/internal/test/test.go

    	testlog = bytes.TrimPrefix(testlog, testlogMagic)
    	h := cache.NewHash("testInputs")
    	// The runtime always looks at GODEBUG, without telling us in the testlog.
    	fmt.Fprintf(h, "env GODEBUG %x\n", hashGetenv("GODEBUG"))
    	pwd := a.Package.Dir
    	for _, line := range bytes.Split(testlog, []byte("\n")) {
    		if len(line) == 0 {
    			continue
    		}
    		s := string(line)
    		op, name, found := strings.Cut(s, " ")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top