RENAME functions for module

This commit is contained in:
aditya-K2 2021-11-13 14:47:26 +05:30
parent 459b6b2f02
commit dafb4b7199

6
cache/cache.go vendored
View File

@ -11,7 +11,7 @@ var (
CACHE_LIST map[[2]string]string = make(map[[2]string]string) CACHE_LIST map[[2]string]string = make(map[[2]string]string)
) )
func loadCache(path string) { func LoadCache(path string) {
cacheFileContent, err := ioutil.ReadFile(path) cacheFileContent, err := ioutil.ReadFile(path)
if err != nil { if err != nil {
fmt.Println("Could Not Read From Cache File") fmt.Println("Could Not Read From Cache File")