Skip to content

Commit e78cd13

Browse files
committed
.
1 parent ba07a13 commit e78cd13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/cache.go

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"os"
88
)
99

10+
// ss
1011
// SaveCache saves data to the specified cache file.
1112
func SaveCache(filePath string, data interface{}) error {
1213
// Open or create the cache file

0 commit comments

Comments
 (0)