mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 20:56:17 +00:00
* feat(key): accept any stringer interface to match keys This allows any `fmt.Stringer` interface to match key bindings. We need this in the upcoming v2 changes. * Update key/key.go Co-authored-by: Christian Rocha <christian@rocha.is> * Update key/key.go Co-authored-by: Christian Rocha <christian@rocha.is> --------- Co-authored-by: Christian Rocha <christian@rocha.is>