mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
090fbbf18c
* beacon chain cmd pattern * imports spacing * more import fix * edit build file * e2e viz * amend e2e
6 lines
96 B
Go
6 lines
96 B
Go
package main
|
|
|
|
import "github.com/sirupsen/logrus"
|
|
|
|
var log = logrus.WithField("prefix", "main")
|