package
Version:
v0.0.0-...-a29b1dd
Opens a new window with list of versions in this module.
Published: Aug 30, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package internal contains internal code used by multiple packages within
pre-commit-go.
It contains a reimplementation of os.Remove() that works even with files
with the read-only bit on Windows.
Capture runs an executable from a directory returns the output, exit code
and error if appropriate. It sets the environment variables specified.
Remove calls back os.Remove() on non-Windows.
RemoveAll is a reimplementation of os.RemoveAll() that calls our private
version of Remove().
Source Files
¶
Click to show internal directories.
Click to hide internal directories.