This commit is contained in:
parent
a1f62aa8cb
commit
e2f35f5e7d
@ -7,6 +7,7 @@ import (
|
||||
)
|
||||
|
||||
type document struct {
|
||||
dirty bool
|
||||
filename string
|
||||
rows []*row
|
||||
}
|
||||
@ -15,6 +16,7 @@ func newDocument() *document {
|
||||
var rows []*row
|
||||
|
||||
return &document{
|
||||
false,
|
||||
"",
|
||||
rows,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user