mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
* beacon chain cmd pattern * imports spacing * more import fix * edit build file * e2e viz * amend e2e
6 lines
98 B
Go
6 lines
98 B
Go
package flags
|
|
|
|
import "github.com/sirupsen/logrus"
|
|
|
|
var log = logrus.WithField("prefix", "flags")
|