Use io.Readers to read files more efficiently

This commit is contained in:
Zachary Yedidia
2016-11-29 13:44:30 -05:00
parent d13f9602ff
commit eeaac76f5f
9 changed files with 57 additions and 35 deletions

View File

@@ -13,8 +13,6 @@ type Tab struct {
views []*View
// This is the current view for this tab
CurView int
// Generally this is the name of the current view's buffer
name string
tree *SplitTree
}