reduce pointer usage

This commit is contained in:
Chris Lu
2018-12-31 15:10:14 -08:00
parent 1478d7ea21
commit 832ac8129a
2 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ type File struct {
dir *Dir
wfs *WFS
entry *filer_pb.Entry
entryViewCache []*filer2.VisibleInterval
entryViewCache []filer2.VisibleInterval
isOpen bool
}