Tweaked docs.

This commit is contained in:
Greg 2019-09-06 13:47:42 -04:00
parent b9e9373b04
commit df840dd0ab
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ for _,x := range passlist {
}
}
}
/// or just do:
p, err := store.Decrypt("myPass")
...
```
Also included is a simple GUI front-end using [Gio](https://gioui.org). See