You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
common: add functions for misc. filesystem operations
Add interfaced 'FileSystem' type for handling basic filesystem operations
(existence checks, read/write, etc.). For now, just implement 'FileExists()'
and 'WriteFile()'.
Note that 'WriteFile()' differs from 'os.WriteFile()' - it creates the
parent directories of the file (if necessary), and sets directory and file
permissions based on hardcoded defaults (755 and 644, respectively).
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments