Convert int to string using rune()

mine
Trung Lê 2020-09-08 00:24:19 +10:00 committed by GitHub
parent 29f99ad097
commit 43351ae8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func (a KeyActions) Hints() model.MenuHints {
},
)
} else {
log.Error().Msgf("Unable to locate KeyName for %#v", string(k))
log.Error().Msgf("Unable to locate KeyName for %#v", string(rune(k)))
}
}
return hh