package
0.0.0-20220302224229-f4175bf19690
Repository: https://github.com/hawkbawk/falcon.git
Documentation: pkg.go.dev
# Functions
CreateFile creates a file at the specified path.
DeleteFile deletes the file at the specified path.
FileStats returns the info on the given file.
FileSize returns the size of the specified file.
OpenFile opens the file at the specified location.
OverwriteFile overwrites the previous contents of the passed in file with the specified contents.
ReadFile reads all of the contents of the specified file into a byte slice and returns that slice.
No description provided by the author