🐎 加入缓存

This commit is contained in:
微凉
2020-12-29 13:37:58 +08:00
parent 02e665ae37
commit bf3f741b22
16 changed files with 270 additions and 138 deletions

View File

@ -1,6 +1,7 @@
package conf
import (
"github.com/patrickmn/go-cache"
"net/http"
)
@ -10,6 +11,8 @@ var(
Con string
Client *http.Client
Authorization string
Cache *cache.Cache
)
var Conf = new(Config)