1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/github.com/mtrmac/gpgme
2016-12-03 22:43:32 -08:00
..
examples Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
testdata Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
.gitignore Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
callbacks.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
data.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
data_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
go_gpgme.c Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
go_gpgme.h Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
gpgme.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
gpgme_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
LICENSE Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
README.md Add glide.yaml and vendor deps 2016-12-03 22:43:32 -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