## Documentation

* Moved package comment to doc.go
This commit is contained in:
Spencer
2018-07-22 19:14:26 -04:00
parent 70211f66b0
commit 99f9fcc0c4
5 changed files with 24 additions and 15 deletions

View File

@@ -160,7 +160,7 @@ func TestActiveDocument(t *testing.T) {
}
Open(testDoc)
d, err := ActiveDocument()
defer d.Dump()
defer func(){d.Dump()}()
if err != nil {
t.Fatal(err)
}