diff options
Diffstat (limited to 'models/models.go')
-rw-r--r-- | models/models.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/models/models.go b/models/models.go index 6843398c..5caeb4d3 100644 --- a/models/models.go +++ b/models/models.go @@ -37,8 +37,7 @@ func (f Flags) Has(flags Flags) bool { } type Directory struct { - Name string - Attributes []string + Name string } type DirectoryInfo struct { |