func()

in options.go [266:268]


func (opts *options) addCloser(c func() error) {
	opts.closers = append(opts.closers, c)
}