Versions in this module Expand all Collapse all v1 v1.3.0 May 19, 2024 Changes in this version + var ErrBlocked = errors.New("google block") + var GoogleDomains = map[string]string + var RateLimit = rate.NewLimiter(rate.Inf, 0) + type Result struct + Description string + Rank int + Title string + URL string + func Search(ctx context.Context, searchTerm string, opts ...SearchOptions) ([]Result, error) + type SearchOptions struct + CountryCode string + FollowNextPage bool + LanguageCode string + Limit int + OverLimit bool + ProxyAddr string + Start int + UserAgent string