Skip to content

Commit

Permalink
browser done(i guess)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugrakocabay committed Jun 2, 2023
1 parent 2bc5bac commit 68b8693
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 640 deletions.
2 changes: 1 addition & 1 deletion cmd/gookie.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func main() {
data, err := browser.GetAllBrowserData()
data, err := chromium.GetAllBrowserData()
if err != nil {
panic(err)
}
Expand Down
158 changes: 0 additions & 158 deletions pkg/browser/brave.go

This file was deleted.

158 changes: 0 additions & 158 deletions pkg/browser/chrome.go

This file was deleted.

Loading

0 comments on commit 68b8693

Please sign in to comment.