fix: typo
This commit is contained in:
@@ -62,8 +62,7 @@ func New(ctx context.Context, options option.CacheFileOptions) *CacheFile {
|
|||||||
|
|
||||||
func (c *CacheFile) start() error {
|
func (c *CacheFile) start() error {
|
||||||
const fileMode = 0o666
|
const fileMode = 0o666
|
||||||
options := bbolt.Options{Timeout: time.Second
|
options := bbolt.Options{Timeout: time.Second}
|
||||||
}
|
|
||||||
var (
|
var (
|
||||||
db *bbolt.DB
|
db *bbolt.DB
|
||||||
err error
|
err error
|
||||||
|
|||||||
Reference in New Issue
Block a user