Skip to content

Tags: yanxiaoqi932/bbolt

Tags

Verified

This tag was signed with the committer’s verified signature.
ahrtr Benjamin Wang

Verified

This tag was signed with the committer’s verified signature.
ahrtr Benjamin Wang

v1.3.3

Toggle v1.3.3's commit message
fix rollback panic bug (etcd-io#153)

v1.3.2

Toggle v1.3.2's commit message
remove excessive []byte(s) conversion (etcd-io#143)

`copy` permits using to mix `[]byte` and `string` arguments without
explicit conversion. I removed explicit conversion to make the code simpler.

Signed-off-by: Iskander Sharipov <[email protected]>