1
0

Use https for google search

Bu işleme şunda yer alıyor:
2016-08-02 22:42:39 +03:00
ebeveyn 0e256f04a6
işleme 03756cafb3

Dosyayı Görüntüle

@@ -76,6 +76,6 @@ func main() {
commands.History(db, *historyListItems, 20, *historyListAll)
case "search":
// FIXME: currenlty supports only Google
commands.Get(db, "google.com/search?q="+strings.Join(*searchArgs, "+"))
commands.Get(db, "https://google.com/search?q="+strings.Join(*searchArgs, "+"))
}
}