We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba07a13 commit e78cd13Copy full SHA for e78cd13
utils/cache.go
@@ -7,6 +7,7 @@ import (
7
"os"
8
)
9
10
+// ss
11
// SaveCache saves data to the specified cache file.
12
func SaveCache(filePath string, data interface{}) error {
13
// Open or create the cache file
0 commit comments