Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Mitha (0.04 sec)

  1. src/cmd/link/link_test.go

    	exe := filepath.Join(tmpdir, "main.exe")
    
    	importcfgFile := filepath.Join(tmpdir, "runtime.importcfg")
    	testenv.WriteImportcfg(t, importcfgFile, nil, "runtime")
    	importcfgWithAFile := filepath.Join(tmpdir, "witha.importcfg")
    	testenv.WriteImportcfg(t, importcfgWithAFile, map[string]string{"a": aObj}, "runtime")
    
    	// Build a program with main package importing package a.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
Back to top