From 20850bb93a2a4616c2e81632673f893fecca3818 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 27 Feb 2015 11:11:31 +1100 Subject: [PATCH] Added ReadDir comments. --- file_system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)