mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
update micro in go mod and go fmt all the things
This commit is contained in:
3
pkg/cache/cache.go
vendored
3
pkg/cache/cache.go
vendored
@@ -9,8 +9,8 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/micro/micro/v3/service/logger"
|
||||
"github.com/hashicorp/golang-lru"
|
||||
"github.com/micro/micro/v3/service/logger"
|
||||
"github.com/micro/micro/v3/service/store"
|
||||
"github.com/micro/services/pkg/tenant"
|
||||
)
|
||||
@@ -112,7 +112,6 @@ func (c *cache) Get(key string, val interface{}) error {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
// put it in the cache for future use
|
||||
// set in the lru
|
||||
rec := recs[0]
|
||||
|
||||
Reference in New Issue
Block a user