From d876eaf619e8c7f8ecccdda74b602395734abb56 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Fri, 26 May 2023 17:16:53 +0200 Subject: [PATCH] add comments --- libs/filer/filer.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/filer/filer.go b/libs/filer/filer.go index 11b922963..a29970ac7 100644 --- a/libs/filer/filer.go +++ b/libs/filer/filer.go @@ -14,6 +14,8 @@ const ( CreateParentDirectories = iota << 1 ) +// This struct is an abstract over file information from different file +// systems like WSFS and DBFS. The names for the fields are inspired from https://pkg.go.dev/io/fs#FileInfo type FileInfo struct { // The type of the file in workspace Type string