type go.uber.org/goleak.Option
11 uses
go.uber.org/goleak (current package)
leaks.go#L55: func Find(options ...Option) error {
leaks.go#L91: func VerifyNone(t TestingT, options ...Option) {
options.go#L31: type Option interface {
options.go#L64: func IgnoreTopFunction(f string) Option {
options.go#L80: func IgnoreAnyFunction(f string) Option {
options.go#L92: func Cleanup(cleanupFunc func(exitCode int)) Option {
options.go#L100: func IgnoreCurrent() Option {
options.go#L110: func maxSleep(d time.Duration) Option {
options.go#L116: func addFilter(f func(stack.Stack) bool) Option {
options.go#L122: func buildOpts(options ...Option) *opts {
testmain.go#L52: func VerifyTestMain(m TestingM, options ...Option) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)