cri-o/vendor/github.com/mtrmac/gpgme
Antonio Murdaca 148e72d81e
vendor: remove dep and use vndr
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-06-07 00:04:21 +02:00
..
callbacks.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
data.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
go_gpgme.c Build and install from GOPATH 2017-01-17 12:09:09 -08:00
go_gpgme.h Build and install from GOPATH 2017-01-17 12:09:09 -08:00
gpgme.go Vendor containers/image and containers/storage 2017-01-18 10:21:59 -05:00
LICENSE Build and install from GOPATH 2017-01-17 12:09:09 -08:00
README.md Build and install from GOPATH 2017-01-17 12:09:09 -08: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