mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-16 09:53:12 +00:00
🎨 auto formatted
This commit is contained in:
parent
8b59dcfda4
commit
1690cd72c0
@ -14,7 +14,6 @@ func CLIConfigReader() (*config.CLIConfig, error) {
|
||||
var (
|
||||
returnNil = false
|
||||
cliConfig = &config.CLIConfig{}
|
||||
// y bool
|
||||
dodosCount int
|
||||
requestCount int
|
||||
timeout int
|
||||
|
@ -291,7 +291,7 @@ func getClientDoFunc(
|
||||
)
|
||||
}
|
||||
if !yes {
|
||||
response := readers.CLIYesOrNoReader("\n" + yesOrNoMessage, yesOrNoDefault)
|
||||
response := readers.CLIYesOrNoReader("\n"+yesOrNoMessage, yesOrNoDefault)
|
||||
if !response {
|
||||
utils.PrintAndExit("Exiting...")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user