String implements fmt.Stringer.
()
| 49 | |
| 50 | // String implements fmt.Stringer. |
| 51 | func (pk *PublicKey) String() string { |
| 52 | return pk.MarshalAuthorizedKey() |
| 53 | } |
| 54 | |
| 55 | // RawMarshalAuthorizedKey converts a key to the authorized keys format, |
| 56 | // without the comment. |
nothing calls this directly
no test coverage detected