refactor: lowercase library module name

This commit is contained in:
moonD4rk
2023-06-04 13:47:43 +08:00
parent 6c1f653b4f
commit 0a7f19ab91
21 changed files with 73 additions and 73 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ import (
keyring "github.com/ppacher/go-dbus-keyring"
"golang.org/x/crypto/pbkdf2"
"github.com/moond4rk/HackBrowserData/item"
"github.com/moond4rk/HackBrowserData/log"
"github.com/moond4rk/hackbrowserdata/item"
"github.com/moond4rk/hackbrowserdata/log"
)
func (c *Chromium) GetMasterKey() ([]byte, error) {