cri-o/vendor/github.com/mtrmac/gpgme
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00
..
examples Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
testdata Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
.gitignore Build and install from GOPATH 2017-01-17 12:09:09 -08: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
data_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -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
gpgme_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08: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