Documentation ¶
Overview ¶
Package search : search.go manages the searching of results against Google, Yahoo and Bing.
Package search : seachers.go contains all the different implementations for the existing searchers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bing ¶
func Bing(s *searchSession)
Bing search will be added to this search session if this option is provided.
func Google ¶
func Google(s *searchSession)
Google search will be added to the search session if this option is provided.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
This sample program demonstrates how to implement a pattern for concurrent requesting results from different systems and either wait for all the results to return or just the first one.
|
This sample program demonstrates how to implement a pattern for concurrent requesting results from different systems and either wait for all the results to return or just the first one. |
Click to show internal directories.
Click to hide internal directories.