type go.uber.org/goleak.Option

10 uses

	go.uber.org/goleak (current package)
		leaks.go#L55: func Find(options ...Option) error {
		leaks.go#L85: func VerifyNone(t TestingT, options ...Option) {
		options.go#L31: type Option interface {
		options.go#L64: func IgnoreTopFunction(f string) Option {
		options.go#L76: func Cleanup(cleanupFunc func(exitCode int)) Option {
		options.go#L84: func IgnoreCurrent() Option {
		options.go#L94: func maxSleep(d time.Duration) Option {
		options.go#L100: func addFilter(f func(stack.Stack) bool) Option {
		options.go#L106: func buildOpts(options ...Option) *opts {
		testmain.go#L52: func VerifyTestMain(m TestingM, options ...Option) {