mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 03:51:29 +00:00
6fe814c5aa
* proposal detector * comment fixes * comment fixes * raul feedback * fix todo * gaz Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
10 lines
341 B
Python
10 lines
341 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["iface.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/slasher/detection/proposals/iface",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_prysmaticlabs_ethereumapis//eth/v1alpha1:go_default_library"],
|
|
)
|