mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-20 23:41:23 +02:00
style: coed cleanup and fix styling
This commit is contained in:
@@ -21,13 +21,6 @@ const (
|
||||
CacheKeyBasicAuth = "basic_auth"
|
||||
)
|
||||
|
||||
var cacheKeys = []string{
|
||||
CacheKeyQueries,
|
||||
CacheKeyCookies,
|
||||
CacheKeyRemoteIP,
|
||||
CacheKeyBasicAuth,
|
||||
}
|
||||
|
||||
var cachePool = &sync.Pool{
|
||||
New: func() any {
|
||||
return make(Cache)
|
||||
|
||||
Reference in New Issue
Block a user