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
callbacks.go
data.go
data_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
go_gpgme.c
go_gpgme.h
gpgme.go
gpgme_test.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
LICENSE
README.md

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