String returns the GnuPGHome as a string. It does not Validate.
()
| 213 | |
| 214 | // String returns the GnuPGHome as a string. It does not Validate. |
| 215 | func (d GnuPGHome) String() string { |
| 216 | return string(d) |
| 217 | } |
| 218 | |
| 219 | // ApplyToMasterKey configures the GnuPGHome on the provided key if it passes |
| 220 | // Validate. |
no outgoing calls