mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 07:03:58 -05:00
* 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")
|