Versions in this module Expand all Collapse all v0 v0.0.5 Jan 1, 2023 v0.0.4 Nov 20, 2022 Changes in this version + type Result struct + Title string + URL string + func Search(ctx context.Context, searchTerm string, opts ...SearchOptions) ([]Result, error) + type SearchOptions struct + FollowLinks bool + ProxyAddr string + UserAgent string