Versions in this module Expand all Collapse all v0 v0.1.0 Nov 10, 2024 Changes in this version + var ErrAPIError = errors.New("error from SerpAPI") + var ErrNoGoodResult = errors.New("no good search results found") + type Client struct + func New(apiKey string) *Client + func (s *Client) Search(ctx context.Context, query string) (string, error)