Remove unused keyheader data type

This commit is contained in:
chris marget 2019-02-06 13:58:26 -05:00
parent 53c0376dfd
commit 484aa4768f
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@ const (
// See the 'const' block for details.
type KeyPairType string
// PrivateKeyHeader represents header text in PEM encoded private key files.
// See the 'const' block for details.
type PrivateKeyHeader string
func (o KeyPairType) String() string {
return string(o)
}