Remove unused keyheader data type
This commit is contained in:
parent
53c0376dfd
commit
484aa4768f
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue