More documentation fixes

This commit is contained in:
Daniel Huigens 2019-05-15 14:57:35 +02:00
parent 388fa872e7
commit 4ef882c564
8 changed files with 26 additions and 18 deletions

View file

@ -1,6 +1,7 @@
// Package constants provides a set of common OpenPGP constants.
package constants
// Definitions for armored data
// Constants for armored data.
const (
ArmorHeaderVersion = "GopenPGP 0.0.1 (" + Version + ")"
ArmorHeaderComment = "https://gopenpgp.org"