mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 16:37:39 +00:00
13 lines
341 B
Python
13 lines
341 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = [
|
|
"flags.go",
|
|
"interop.go",
|
|
],
|
|
importpath = "github.com/prysmaticlabs/prysm/validator/flags",
|
|
visibility = ["//validator:__subpackages__"],
|
|
deps = ["@in_gopkg_urfave_cli_v2//:go_default_library"],
|
|
)
|