Added documentation.

geesefs-0-30-9
Aaron Jacobs 2015-05-18 10:21:33 +10:00
parent 0c77f49eab
commit abdc5138df
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@ type MountConfig struct {
// should inherit. If nil, context.Background() will be used.
OpContext context.Context
// TODO(jacobsa): Add comments.
// Mount the file system in read-only mode. File modes will appear as normal,
// but opening a file for writing and metadata operations like chmod,
// chtimes, etc. will fail.
ReadOnly bool
// OS X only.