change userdata prefix on subprefix debug

This commit is contained in:
lash
2024-12-02 14:36:33 +00:00
parent 6d4f3109f8
commit c9deca1180
2 changed files with 29 additions and 24 deletions

View File

@@ -62,4 +62,10 @@ func main() {
}
fmt.Printf("%x %s %x\n", k, v)
}
err = store.Close()
if err != nil {
fmt.Fprintf(os.Stderr, err.Error())
os.Exit(1)
}
}