resolve closer stuff

This commit is contained in:
idk 2018-12-25 05:27:41 -05:00
parent 2ce99664d5
commit dfdb288f56
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -68,6 +68,7 @@ func (m Manager) Cleanup() error {
return err return err
} }
} }
return nil
} }
func NewManager(host, port, samhost, samport, datadir string, samopts []string) (*Manager, error) { func NewManager(host, port, samhost, samport, datadir string, samopts []string) (*Manager, error) {