Legible dumper #232

Merged
lash merged 6 commits from lash/dump-key-prefix into master 2024-12-31 09:56:04 +01:00
Showing only changes of commit 7a535f796a - Show all commits

View File

@ -69,7 +69,7 @@ func main() {
fmt.Fprintf(os.Stderr, err.Error())
os.Exit(1)
}
fmt.Printf("%vValue: %v\n\n", o, v)
fmt.Printf("%vValue: %v\n\n", o, string(v))
}
err = store.Close()