mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-27 05:38:55 +00:00
10 lines
293 B
Python
10 lines
293 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
srcs = ["flags.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/slasher/flags",
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = ["@com_github_urfave_cli//:go_default_library"],
|
||
|
)
|