Add comment

This commit is contained in:
Alexander Neumann 2016-01-23 23:27:40 +01:00
parent 0b50f9e02c
commit 10b03eee27
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ func (k *Key) String() string {
return fmt.Sprintf("<Key of %s@%s, created on %s>", k.Username, k.Hostname, k.Created)
}
// Name returns an identifier for the key.
func (k Key) Name() string {
return k.name
}