Adding more docs to high level models.

Cleaning things that are not used.
This commit is contained in:
Dave Shanley
2022-09-16 14:03:05 -04:00
parent 2ea1d239cf
commit c17cc4a7e6
7 changed files with 20 additions and 13 deletions

View File

@@ -116,6 +116,7 @@ func NewDocument(document *low.Document) *Document {
return d
}
// GoLow returns the low-level Document that was used to create the high level one.
func (d *Document) GoLow() *low.Document {
return d.low
}