Bing search will be added to this search session if this option is provided.
(s *searchSession)
| 37 | // Bing search will be added to this search session if this option |
| 38 | // is provided. |
| 39 | func Bing(s *searchSession) { |
| 40 | log.Println("search : Submit : Info : Adding Bing") |
| 41 | s.searchers["bing"] = bing{} |
| 42 | } |
| 43 | |
| 44 | // Yahoo search will be enabled if this option is provided as an argument |
| 45 | // to Submit. |
nothing calls this directly
no outgoing calls
no test coverage detected