in options.go [270:277]
func (opts *options) Close() { for _, closer := range opts.closers { err := closer() if err != nil { log.Error(err) } } }