wip, revert changes
This commit is contained in:
parent
7d1d2cba67
commit
6885983576
7 changed files with 103 additions and 144 deletions
|
@ -128,10 +128,10 @@ func isInstanceValid(instance SearXInstance) bool {
|
|||
}
|
||||
}
|
||||
|
||||
func main() {
|
||||
instance, err := getRandomSearXInstance()
|
||||
if err != nil {
|
||||
log.Fatalf("Failed to get a SearX instance: %v", err)
|
||||
}
|
||||
fmt.Printf("Selected SearX instance: %s\n", instance.URL)
|
||||
}
|
||||
// func main() {
|
||||
// instance, err := getRandomSearXInstance()
|
||||
// if err != nil {
|
||||
// log.Fatalf("Failed to get a SearX instance: %v", err)
|
||||
// }
|
||||
// fmt.Printf("Selected SearX instance: %s\n", instance.URL)
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue