Return back default provider in Options

This commit is contained in:
Pavel Sorokin 2017-06-28 12:26:17 +08:00
parent 1f83d426ae
commit 2833654006
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ func NewOptions() *Options {
PassHostHeader: true,
ApprovalPrompt: "",
RequestLogging: true,
Provider: "google",
}
}