mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 13:18:57 +00:00
6 lines
108 B
Go
6 lines
108 B
Go
|
package beacon_api
|
||
|
|
||
|
import "github.com/sirupsen/logrus"
|
||
|
|
||
|
var log = logrus.WithField("prefix", "beacon-api")
|