mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
## Documentation
* Moved package comment to doc.go
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user