From f64f86f183011af8441ffffc5d16fcb9163b8fd1 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sat, 25 Jan 2020 16:34:00 -0500 Subject: [PATCH] Add missing comment --- key.go | 1 + 1 file changed, 1 insertion(+) diff --git a/key.go b/key.go index 919fbe7..ea8edcd 100644 --- a/key.go +++ b/key.go @@ -24,6 +24,7 @@ func (k *KeyMsg) IsRune() bool { return k.Type == KeyRune } +// Key contains information about a keypress type Key struct { Type KeyType Rune rune