Documentation ¶
Overview ¶
Package favicon provides a favicon downloader
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Client is http.Client used to download the favicon. Leave nil to use the // http.Default with a timeout of 10 seconds Client *http.Client // MinSize is the min size of the favicon to be considered valid. // favicon smaller than minSize will be ignored unless ForceMinSize is true MinSize int }
Click to show internal directories.
Click to hide internal directories.