Documentation ¶
Overview ¶
Package internal contains internal methods and constants.
Index ¶
Constants ¶
View Source
const CreationTimeOffset = int64(60 * 60 * 24 * 2)
CreationTimeOffset stores the amount of seconds that a signature may be created in the future, to compensate for clock skew.
Variables ¶
View Source
var ArmorHeaders = map[string]string{ "Version": constants.ArmorHeaderVersion, "Comment": constants.ArmorHeaderComment, }
ArmorHeaders is a map of default armor headers.
Functions ¶
func TrimNewlines ¶
TrimNewlines removes whitespace from the end of each line of the input string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.