# Functions
No description provided by the author
No description provided by the author
Delete a single file altogether.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OverwriteJSON data in the target file with data from the given struct
Usage (unstructured):
OverwriteJSON("tmp/a/b/c.json", map[string]string{ "hi": "there", })
Usage (struct):
var foo myStruct OverwriteJSON("tmp/a/b/c.json", foo).
OverwriteString data in the target file with data from the given string
Usage
OverwriteString("tmp/a/b/c.txt", "hi there").
ReadJSON reads data from a file into the given struct
Usage:
var foo myStruct files.ReadJSON("tmp/a.json", &foo).
No description provided by the author
No description provided by the author
# Variables
No description provided by the author