Commit abdc5138 authored by Aaron Jacobs's avatar Aaron Jacobs

Added documentation.

parent 0c77f49e
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment