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