[chore]: Bump codeberg.org/gruf/go-kv from 1.6.3 to 1.6.4 (#2142)

This commit is contained in:
dependabot[bot] 2023-08-21 06:54:30 +00:00 committed by GitHub
commit 70d87f0ff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 36 deletions

View file

@ -80,7 +80,7 @@ func Byte2Str(c byte) string {
return `\t`
case '\v':
return `\v`
case '\'':
case '\\':
return `\\`
default:
if c < ' ' {