diff --git a/file_system.go b/file_system.go index 9bfc231..761a120 100644 --- a/file_system.go +++ b/file_system.go @@ -39,7 +39,7 @@ type FileSystem interface { ctx context.Context, req *OpenDirRequest) (*OpenDirResponse, error) - // XXX: Comments + // Read entries from a directory previously opened with OpenDir. ReadDir( ctx context.Context, req *ReadDirRequest) (*ReadDirResponse, error)