mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-17 23:57:12 +02:00
refactor: format code with interface
This commit is contained in:
@@ -380,6 +380,7 @@ func (b *Bookmarks) FirefoxParse() error {
|
||||
func (b *Bookmarks) Release(filename string) error {
|
||||
return os.Remove(filename)
|
||||
}
|
||||
|
||||
func (c *Cookies) Release(filename string) error {
|
||||
return os.Remove(filename)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user