Skip to content

Commit

Permalink
lint (#82)
Browse files Browse the repository at this point in the history
* update dependency

* remove selfmon local cache

* lint
  • Loading branch information
DuodenumL authored Oct 25, 2021
1 parent 3b5d92d commit cd14ad4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selfmon/selfmon.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"github.com/projecteru2/agent/types"
coremeta "github.com/projecteru2/core/store/etcdv3/meta"

"github.com/patrickmn/go-cache"
"github.com/pkg/errors"
log "github.com/sirupsen/logrus"
)
Expand All @@ -25,7 +24,6 @@ const ActiveKey = "/selfmon/active"
// Selfmon .
type Selfmon struct {
config *types.Config
status *cache.Cache
store store.Store
kv coremeta.KV
id int64
Expand Down

0 comments on commit cd14ad4

Please sign in to comment.