Skip to content

Commit bab4fe5

Browse files
committed
fix readme
1 parent 38c2b4a commit bab4fe5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ func init() {
6464
}
6565
6666
func GetCache(section string) *qsql.DB {
67-
return qsql.GetCache(dbFile, section)
67+
return qsql.GetCache(section)
6868
}
6969
7070
func HasCache(section string) (*qsql.DB, error) {
71-
return qsql.HasCache(dbFile, section)
71+
return qsql.HasCache(section)
7272
}
7373
7474
func CloseCache() {

0 commit comments

Comments
 (0)