OnlyFirst is an option that will restrict the search session to just the first result.
(s *searchSession)
| 51 | // OnlyFirst is an option that will restrict the search session to just the |
| 52 | // first result. |
| 53 | func OnlyFirst(s *searchSession) { s.first = true } |
| 54 | |
| 55 | // Submit uses goroutines and channels to perform a search against the three |
| 56 | // leading search engines concurrently. |
nothing calls this directly
no outgoing calls
no test coverage detected