Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update passwordstore.go |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8e73ac091a8a077e6633d08a9ce9be2f |
User & Date: | jef@foutaise.org 2015-11-23 18:34:53 |
Context
2018-06-12
| ||
18:27 | Update README.md after fossil migration check-in: de07bf605d user: jef tags: trunk | |
2015-11-23
| ||
18:34 | Update passwordstore.go check-in: 8e73ac091a user: jef@foutaise.org tags: trunk | |
18:34 | Update README.md check-in: 054227b72e user: jef@foutaise.org tags: trunk | |
Changes
Changes to passwordstore.go.
1 2 3 4 5 6 7 8 |
// Password store (pass) library (http://www.passwordstore.org/) // Copyright (c) 2015 Gerome Fournier package passwordstore import ( "errors" "fmt" |
| |
1 2 3 4 5 6 7 8 |
// Go library for password store (pass / http://www.passwordstore.org/) // Copyright (c) 2015 Gerome Fournier package passwordstore import ( "errors" "fmt" |