Versions in this module Expand all Collapse all v0 v0.0.1 Sep 19, 2025 v0.0.0 Sep 19, 2025 Changes in this version + type ChromiumHistory []History + func (c *ChromiumHistory) Extract(_ []byte) error + func (c *ChromiumHistory) Len() int + func (c *ChromiumHistory) Name() string + type FirefoxHistory []History + func (f *FirefoxHistory) Extract(_ []byte) error + func (f *FirefoxHistory) Len() int + func (f *FirefoxHistory) Name() string + type History struct + LastVisitTime time.Time + Title string + URL string + VisitCount int