Versions in this module Expand all Collapse all v3 v3.1.1 Aug 7, 2019 Changes in this version + type Google struct + APIKey string + CX string + func (s *Google) Search(ctx context.Context, query string) <-chan Result v3.1.0 Aug 7, 2019 Changes in this version + type GoogleSearcher struct + APIKey string + CX string + func (s *GoogleSearcher) Search(ctx context.Context, query string) <-chan Result + type Result struct + URL string + type Searcher interface + Search func(ctx context.Context, query string) <-chan Result v3.0.0 Aug 6, 2019 Changes in this version + func GoogleSearch(query string, apiKey string) (<-chan string, chan<- struct{})