Google search will be added to the search session if this option is provided.
(s *searchSession)
| 30 | // Google search will be added to the search session if this option |
| 31 | // is provided. |
| 32 | func Google(s *searchSession) { |
| 33 | log.Println("search : Submit : Info : Adding Google") |
| 34 | s.searchers["google"] = google{} |
| 35 | } |
| 36 | |
| 37 | // Bing search will be added to this search session if this option |
| 38 | // is provided. |
nothing calls this directly
no outgoing calls
no test coverage detected