We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c2b4a commit bab4fe5Copy full SHA for bab4fe5
1 file changed
README.md
@@ -64,11 +64,11 @@ func init() {
64
}
65
66
func GetCache(section string) *qsql.DB {
67
- return qsql.GetCache(dbFile, section)
+ return qsql.GetCache(section)
68
69
70
func HasCache(section string) (*qsql.DB, error) {
71
- return qsql.HasCache(dbFile, section)
+ return qsql.HasCache(section)
72
73
74
func CloseCache() {
0 commit comments