1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 06:26:46 +00:00

Small code cleanup

这个提交包含在:
jiegec
2020-10-13 23:11:07 +08:00
父节点 3c7ee8f9fd
当前提交 992044d402
共有 7 个文件被更改,包括 17 次插入16 次删除

查看文件

@@ -6,9 +6,9 @@ import (
"github.com/boltdb/bolt"
)
// implement kv interface backed by boltdb
type boltAdapter struct {
db *bolt.DB
dbFile string
db *bolt.DB
}
func (b *boltAdapter) InitBucket(bucket string) (err error) {