prysm-pulse/beacon-chain/core/feed/BUILD.bazel

9 lines
253 B
Python
Raw Normal View History

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["event.go"],
importpath = "github.com/prysmaticlabs/prysm/beacon-chain/core/feed",
visibility = ["//beacon-chain:__subpackages__"],
)