mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 18:21:20 +00:00
395e49972e
* support generating non-phase0 genesis.ssz * make default (Value) work for EnumValue + lint * remove messy punctuation * Ran gazelle for @kasey * Fix deps viz Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com> Co-authored-by: prestonvanloon <preston@prysmaticlabs.com>
10 lines
288 B
Python
10 lines
288 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["enum.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/v3/cmd/flags",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_urfave_cli_v2//:go_default_library"],
|
|
)
|