package
0.0.0-20201020153340-53909ea70814
Repository: https://github.com/gagliardetto/golang-go.git
Documentation: pkg.go.dev

# Functions

Pattern returns a glob pattern that matches the unrenamed temporary files created when writing to filename.
ReadFile is like ioutil.ReadFile, but on Windows retries spurious errors that may occur if the file is concurrently replaced.
WriteFile is like ioutil.WriteFile, but first writes data to an arbitrary file in the same directory as filename, then renames it atomically to the final name.
WriteToFile is a variant of WriteFile that accepts the data as an io.Reader instead of a slice.