Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/go/go_test.go

    		t.Fatalf(".CgoFiles unexpectedly mentioned cache %s", tg.tempdir)
    	}
    	tg.run("list", "-compiled", "-f", `{{.Dir}}{{"\n"}}{{join .CompiledGoFiles "\n"}}`, "net")
    	if !strings.Contains(tg.stdout.String(), tg.tempdir) {
    		t.Fatalf(".CompiledGoFiles with -compiled did not mention cache %s", tg.tempdir)
    	}
    	dir := ""
    	for _, file := range strings.Split(tg.stdout.String(), "\n") {
    		if file == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top