Versions in this module Expand all Collapse all v1 v1.0.2 Sep 1, 2021 v1.0.1 Jan 15, 2021 Changes in this version + type Favii struct + func New(useCache bool) *Favii + func NewWithClient(client *http.Client, useCache bool) *Favii + func (f *Favii) GetMetaInfo(url string) (*MetaInfo, error) + type Link struct + Href string + Rel string + type Meta struct + Content string + Name string + type MetaInfo struct + Links []Link + Metas []Meta + func (m *MetaInfo) GetFaviconURL() string