RENAME functions for module
This commit is contained in:
parent
459b6b2f02
commit
dafb4b7199
6
cache/cache.go
vendored
6
cache/cache.go
vendored
@ -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")
|
||||||