Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 92 of 92 for cgoEnabled (0.29 sec)

  1. src/os/exec/exec_test.go

    	c := testenv.Command(t, testenv.GoToolPath(t), "build", "-o", exe, "read3.go")
    	// Build the test without cgo, so that C library functions don't
    	// open descriptors unexpectedly. See issue 25628.
    	c.Env = append(os.Environ(), "CGO_ENABLED=0")
    	if output, err := c.CombinedOutput(); err != nil {
    		t.Logf("go build -o %s read3.go\n%s", exe, output)
    		t.Fatalf("go build failed: %v", err)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 48.4K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg go/build, method (*NoGoError) Error() string
    pkg go/build, method (*Package) IsCommand() bool
    pkg go/build, type Context struct
    pkg go/build, type Context struct, BuildTags []string
    pkg go/build, type Context struct, CgoEnabled bool
    pkg go/build, type Context struct, Compiler string
    pkg go/build, type Context struct, GOARCH string
    pkg go/build, type Context struct, GOOS string
    pkg go/build, type Context struct, GOPATH string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top