podman/vendor/github.com/mtrmac/gpgme
Valentin Rothberg d697456dc9 migrate to go-modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-06-24 13:20:59 +02:00
..
.gitignore migrate to go-modules 2019-06-24 13:20:59 +02:00
callbacks.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
data.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
go_gpgme.c Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
go_gpgme.h Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
gpgme.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
LICENSE Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
README.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00

GPGME (golang)

Go wrapper for the GPGME library.

This library is intended for use with desktop applications. If you are looking to add OpenPGP support to a server application I suggest you first look at golang.org/x/crypto/openpgp.

Installation

go get -u github.com/proglottis/gpgme

Documentation