We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27efac0 + d6cef99 commit 36db4b6Copy full SHA for 36db4b6
1 file changed
internal/cli/cli.go
@@ -12,7 +12,8 @@ import (
12
)
13
14
type App struct {
15
- inputTimeout time.Duration
+ inputTimeout time.Duration
16
+ lookupTimeout time.Duration
17
}
18
19
func NewApp() *App {
0 commit comments