Skip to content

Commit

Permalink
Add Go Report Card
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schulz authored and dominikschulz committed Feb 2, 2017
1 parent ab10cac commit 8cae28c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# gopass

[![Go Report Card](https://goreportcard.com/badge/github.com/justwatchcom/gopass)](https://goreportcard.com/report/github.com/justwatchcom/gopass)

The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.

> Password management should be simple and follow [Unix philosophy](http://en.wikipedia.org/wiki/Unix_philosophy). With `pass`, each secret lives inside of a `gpg` encrypted file whose filename is the title of the website or resource that requires the secret. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities. - [passwordstore.org](https://www.passwordstore.org/)
Expand Down Expand Up @@ -480,7 +482,7 @@ If you use `gopass` as a library be sure to vendor it and expect breaking change

## Credit & License

`gopass` is maintained by the nice folks from [JustWatch](https://www.justwatch.com) and licensed under the terms of the MIT license.
`gopass` is maintained by the nice folks from [JustWatch](https://www.justwatch.com/gopass) and licensed under the terms of the MIT license.

Maintainers of this repository:
- Matthias Loibl <[email protected]> @metalmatze
Expand Down

0 comments on commit 8cae28c

Please sign in to comment.