This commit is contained in:
cdle
2021-09-17 07:10:14 +08:00
parent d7be38dcf4
commit 57611764ae
4 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ func NewBucket(name string) Bucket {
return b
}
func init() {
func initStore() {
var err error
db, err = bolt.Open(ExecPath+"/sillyGirl.cache", 0600, nil)
if err != nil {