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