公告板
版本库
filestore
活动
搜索
登录
valib
/
boltcache
bolt做的cache库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改gitignore
liuxiaolong
2020-11-18
911e6eb6a1a1ab5dd979a1917b79a5465da88181
[valib/boltcache.git]
/
go.mod
1
2
3
4
5
6
7
8
module boltcache
go 1.14
require (
github.com/boltdb/bolt v1.3.1
github.com/hashicorp/go-msgpack v1.1.5
)