Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update import pragma after migration to fossil |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e1e64ae16b84a7108db739799a54d1a8 |
User & Date: | jef 2018-06-12 20:25:35 |
Context
2018-06-12
| ||
20:25 | Update import pragma after migration to fossil Leaf check-in: e1e64ae16b user: jef tags: trunk | |
18:27 | Update README.md after fossil migration check-in: de07bf605d user: jef tags: trunk | |
Changes
Changes to README.md.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# passwordstore
Go library for password store ([pass](http://www.passwordstore.org/))
## Usage
import "github.com/foutaise/passwordstore"
### Get a password
// func Get(entry string) (string, error)
pass, err := passwordstore.Get("foutaise.org")
### Insert a password
|
| |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# passwordstore
Go library for password store ([pass](http://www.passwordstore.org/))
## Usage
import "foutaise.org/fossil/passwordstore"
### Get a password
// func Get(entry string) (string, error)
pass, err := passwordstore.Get("foutaise.org")
### Insert a password
|