-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
func New(options ...string) error {
return nil
}
var NewWithTimeout = func(options ...string) error {
return New(append(options, "timeout")...)
}
unlambda: replace `func(options ...string) error {
return New(append(options, "timeout")...)
}` with `New` (gocritic)
var NewWithTimeout = func(options ...string) error {
^
cristaloleg
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working