Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for installExe (0.08 sec)

  1. src/os/exec/lp_windows_test.go

    			installBat(t, dstPath)
    		} else {
    			installExe(t, dstPath)
    		}
    	}
    }
    
    // installExe installs a copy of the test executable
    // at the given location, creating directories as needed.
    //
    // (We use a copy instead of just a symlink to ensure that os.Executable
    // always reports an unambiguous path, regardless of how it is implemented.)
    func installExe(t *testing.T, dstPath string) {
    	src, err := os.Open(exePath(t))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 19:38:12 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  2. docs/fr/docs/contributing.md

        Cela permet de s'assurer que si vous utilisez un programme terminal installé par ce paquet (comme `flit`), vous utilisez celui de votre environnement local et pas un autre qui pourrait être installé globalement.
    
    ### Flit
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:51:07 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top