diff options
Diffstat (limited to 'file')
| -rw-r--r-- | file/file.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/file/file.go b/file/file.go index 19e5a771..c89e7e13 100644 --- a/file/file.go +++ b/file/file.go @@ -1,3 +1,4 @@ +// Package file contains functions for working with files and directories on the local filesystem package file import ( |
