Compare commits
1 Commits
30db960cc2
...
b9e9373b04
Author | SHA1 | Date | |
---|---|---|---|
b9e9373b04 |
|
@ -15,7 +15,7 @@ err := passgo.GetStore(&store)
|
||||||
if err != nil { ... }
|
if err != nil { ... }
|
||||||
passlist := store.List()
|
passlist := store.List()
|
||||||
for _,x := range passlist {
|
for _,x := range passlist {
|
||||||
if x.Pathname = "myPass" {
|
if x.Pathname == "myPass" {
|
||||||
p, err := store.Decrypt(x.Pathname)
|
p, err := store.Decrypt(x.Pathname)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
passgo.Clip(p) // put on the clipboard
|
passgo.Clip(p) // put on the clipboard
|
||||||
|
|
Loading…
Reference in New Issue
Block a user