dev: add improved example, change db directory

This commit is contained in:
2024-05-27 18:29:48 +08:00
parent 5d8dd60dca
commit fa89b4822f
5 changed files with 37 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ type boltDB struct {
}
const (
dbFolderName = "tracker_db"
dbFolderName = "db/tracker_db"
upperBoundKey = "upper"
lowerBoundKey = "lower"