diff options
Diffstat (limited to 'editor/file.go')
-rw-r--r-- | editor/file.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/file.go b/editor/file.go index e22c279..41657e1 100644 --- a/editor/file.go +++ b/editor/file.go @@ -4,8 +4,8 @@ import ( "time" ) -// File holds information about a file on disk. -type File struct { +// file holds information about a file on disk. +type file struct { name string read bool // true if file has been read mtime time.Time // of file when last read/written |