mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-01 07:51:21 +00:00
6 lines
98 B
Go
6 lines
98 B
Go
|
package cache
|
||
|
|
||
|
import "github.com/sirupsen/logrus"
|
||
|
|
||
|
var log = logrus.WithField("prefix", "cache")
|